DK for Delphi | GisClasses.TGIS_VariantList.Add | Constructors | Methods | Properties
Add new item to the list.
// Delphi public function Add( const _val : Variant ) : Integer;
// C++ Builder public: int Add( Variant* const _val );
| Name | Type | Description |
|---|---|---|
| _val | Variant | item to be added |
| Type | Description |
|---|---|
| Integer | position of the item |