[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: stringhashlist.pas line 41
type TStringHashList = class(TObject) |
||
protected |
||
function HashOf(); |
|
|
procedure Insert(); |
|
|
public |
||
constructor Create(); |
|
|
destructor Destroy; override; |
|
|
function Add(); |
|
|
procedure Clear; |
|
|
function Find(); |
|
|
function Remove(); |
|
|
property CaseSensitive: Boolean; [rw] |
|
|
property Count: Integer; [r] |
|
|
property Data []: Pointer; default; [rw] |
|
|
property List: PStringHashItemList; [r] |
|
|
end; |
|
||
| | ||
TObject |
CT Web help |
CodeTyphon Studio |