[Overview][Classes][Procedures and functions][Index] Reference for unit 'exVariantList' (#EPCL)

TVariantList

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

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;

Inheritance

TVariantList

|

TComponent

?

TObject