DK11 for Delphi | GisClasses.TGIS_VariantList.Insert | Constructors | Methods | Properties
Insert new item to the list.
// Delphi public procedure Insert( const _index : Integer; const _val : Variant );
// C++ Builder public: void Insert( const int _index, Variant* const _val );
Name | Type | Description |
---|---|---|
_index | Integer | position where item will be inserted at |
_val | Variant | item to be inserted |