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