Method | Description | |
---|---|---|
AddMsg ( TCollection_AsciiString key, TCollection_ExtendedString text ) : bool | ||
HasMsg ( TCollection_AsciiString key ) : bool | ||
Load ( string theDirName, string theFileName ) : bool | ||
LoadFile ( string theFName ) : bool | ||
LoadFromEnv ( string theEnvName, string theFileName ) : bool | ||
LoadFromEnv ( string theEnvName, string theFileName, string theLangExt ) : bool | ||
LoadFromString ( string theContent ) : bool | ||
LoadFromString ( string theContent, int theLength ) : bool | ||
Message_MsgFile ( ) : System | ||
Message_MsgFile ( |
||
Msg ( TCollection_AsciiString key ) : TCollection_ExtendedString | ||
Msg ( string key ) : TCollection_ExtendedString |
public AddMsg ( TCollection_AsciiString key, TCollection_ExtendedString text ) : bool | ||
key | TCollection_AsciiString | |
text | TCollection_ExtendedString | |
return | bool |
public HasMsg ( TCollection_AsciiString key ) : bool | ||
key | TCollection_AsciiString | |
return | bool |
public Load ( string theDirName, string theFileName ) : bool | ||
theDirName | string | |
theFileName | string | |
return | bool |
public LoadFromEnv ( string theEnvName, string theFileName ) : bool | ||
theEnvName | string | |
theFileName | string | |
return | bool |
public LoadFromEnv ( string theEnvName, string theFileName, string theLangExt ) : bool | ||
theEnvName | string | |
theFileName | string | |
theLangExt | string | |
return | bool |
public LoadFromString ( string theContent ) : bool | ||
theContent | string | |
return | bool |
public LoadFromString ( string theContent, int theLength ) : bool | ||
theContent | string | |
theLength | int | |
return | bool |
public Message_MsgFile ( |
||
parameter1 | ||
return | System |
public Msg ( TCollection_AsciiString key ) : TCollection_ExtendedString | ||
key | TCollection_AsciiString | |
return | TCollection_ExtendedString |
public Msg ( string key ) : TCollection_ExtendedString | ||
key | string | |
return | TCollection_ExtendedString |