DK11 for Delphi | GisDbAdoNet.TGIS_DbAdoNet.sqlTableSetGeometry | Overloads | Constructors | Fields | Methods | Properties
Set a geometry to the table.
Available also on: .NET.
// Delphi public procedure sqlTableSetGeometry( const _id : Integer; const _name : String; const _data : TObject ); overload; override;
// C++ Builder public: virtual void sqlTableSetGeometry( const int _id, const UnicodeString _name, TObject* const _data ) /* overload */;
Name | Type | Description |
---|---|---|
_id | Integer | table index |
_name | String | name of the field |
_data | TObject | shape data object |