[Overview][Types][Classes][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: fpg_stringhashlist.pas line 42
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 |