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

TLangIniList

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

Declaration

Source position: JPL.LangMgr.pas line 44

type TLangIniList = class

public

  constructor Create;

  

  destructor Destroy; override;

  

  function AsInfoStr;

  

  procedure AddFilesFromDir();

  

  function TryGetLangIniListItem();

  

  procedure Clear;

  

  procedure GetLanguageNames_EN();

  

  procedure GetLanguageNames_Native();

  

  procedure GetLanguageNames_EnglishAndNative();

  

  procedure GetLanguageFileNames();

  

  property IniInfoSectionName: string; [rw]

  

  property IniKeyLangNameEn: string; [rw]

  

  property IniKeyLangNameNative: string; [rw]

  

  property Count: Integer; [r]

  

  property Items []: TLangIniListItem; default; [r]

  

end;

Inheritance

TLangIniList

  

|

TObject



CT Web help

CodeTyphon Studio