[Overview][Classes][Procedures and functions][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: exVariantList.pas line 15
type TVariantList = class(TComponent) |
||
procedure Create(); |
||
public |
||
property thelist: TList; [r] |
|
Contains TNamedVariants. Содержит указатели на TNamedVariant. |
property Count: Integer; [r] |
|
Count of elements in list |
property list: TNamedVariant; [rw] |
||
function find(); |
||
property ItemExists: Boolean; [r] |
||
property Items: variant; default; [rw] |
||
function Add(); |
||
property AutoCreate: Boolean; [rw] |
||
function asText(); |
||
function getAsString; |
||
function Delete(); |
||
procedure DeleteAll; |
||
destructor Destroy; override; |
||
end; |
| |
TComponent |
? |
TObject |