[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: synhighlighterhashentries.pas line 59
type TSynHashEntry = class(TObject)  | 
||
protected  | 
||
  | 
||
fKeyLen: Integer;  | 
  | 
|
fKeyword: string;  | 
  | 
|
fKind: Integer;  | 
  | 
|
public  | 
||
function AddEntry(); virtual;  | 
  | 
|
constructor Create();  | 
  | 
|
destructor Destroy; override;  | 
  | 
|
property Keyword: string; [r]  | 
  | 
|
property KeywordLen: Integer; [r]  | 
  | 
|
property Kind: Integer; [r]  | 
  | 
|
property Next: TSynHashEntry; [r]  | 
  | 
|
end;  | 
  | 
||
| | | ||
TObject  | 
| CT Web help | 
| CodeTyphon Studio |