[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: strtable.pp line 48
type TObjectStringTable = class |
public |
constructor Create(); |
destructor Destroy; override; |
function Get(); |
function Add(); |
procedure Clear; |
procedure WriteToStream(); |
property Size: LongWord; [r] |
property StartOfs: LongWord; [rw] |
end; |
| |
TObject |