[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: pas2jsresstrfile.pp line 15
type TResourceStringsFile = class(TObject) |
protected |
property Strings: TJSONObject; [r] |
property CurrUnit: TJSONObject; [r] |
public |
constructor Create; |
destructor Destroy; override; |
procedure Clear; |
procedure ClearUnit; |
procedure StartUnit(); |
procedure AddString(); |
function toString; override; |
function AsString; |
property CurrentUnit: TJSONStringType; [r] |
property UnitCount: Integer; [r] |
property StringsCount: Integer; [r] |
property CurrentUnitStringsCount: Integer; [r] |
end; |
| |
TObject |