[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
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; |
|
||
| | | ||
TObject |
| CT Web help |
| CodeTyphon Studio |