Unit 'JPL.LangMgr' Package
[Overview][Constants][Types][Classes][Procedures and functions][Index] [#pl_jplib]

TLangSection

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

Source position: JPL.LangMgr.pas line 101

type TLangSection = class

public

  constructor Create();

  

  destructor Destroy; override;

  

  procedure Clear;

  

  procedure LoadFromIniSection();

  

  procedure UpdateComponents;

  

  procedure AddString();

  

  function GetString();

  

  function AddComponent();

  

  function ac();

  

  function AddComponentWithCaption();

  

  function acc();

  

  function AddComponentWithCaptionAndHint();

  

  function acch();

  

  function AddComponentWithBoundLabel();

  

  function AddLabel();

  

  function AddStaticText();

  

  function AddAction();

  

  function AddCheckBox();

  

  procedure AddCheckBoxArray();

  

  function AddRadioButton();

  

  function AddLabeledEdit();

  

  function AddMenuItem();

  

  function TryGetComponentItem();

  

  function GetComponentProperty();

  

  function AsInfoStr;

  

  property SectionName: string; [rw]

  

  property LangStringItems: TLangStringItems; [r]

  

  property LangComponentItems: TLangComponentItems; [r]

  

  property StringItemsCount: Integer; [r]

  

  property ComponentItemsCount: Integer; [r]

  

  property AllItemsCount: Integer; [r]

  

  property ComponentNamePropertyNameSeparator: string; [rw]

  

  property StringItems: TLangStringItems; [r]

  

end;

Inheritance

TLangSection

  

|

TObject



CT Web help

CodeTyphon Studio