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