[Overview][Constants][Types][Classes][Procedures and functions][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: _crw_ee.pas line 198
type TeeActionItemList = class(TMasterObject) |
public |
constructor Create(); |
destructor Destroy; override; |
function ClearAction(); |
function FindAction(); |
function Search(); |
function SetAction(); |
function GetText(); |
procedure Clear; |
property Count: Integer; [r] |
property Hasher: THash32Function; [r] |
property Collisions: Cardinal; [r] |
property Items []: PeeActionItem; default; [r] |
property Hashs []: Cardinal; [r] |
property Names []: PChar; [r] |
property Notes []: PChar; [r] |
end; |
| |
| |
TObject |