DK for Delphi | GisClasses.TGIS_FieldList.Add | Constructors | Methods | Properties
Add new item to the list.
// Delphi public function Add( const _field : Integer; const _val : Variant ) : Integer; reintroduce;
// C++ Builder public: int Add( const int _field, Variant* const _val );
Name | Type | Description |
---|---|---|
_field | Integer | field id |
_val | Variant | item value |
Type | Description |
---|---|
Integer | position of the item |