DK11 for Delphi | GisFileDBF.TGIS_FileDBF.AddRecord | Constructors | Fields | Methods | Properties
Add a new record to the database.
// Delphi public procedure AddRecord( const _shape : TGIS_Shape );
// C++ Builder public: void AddRecord( TGIS_Shape* const _shape );
Name | Type | Description |
---|---|---|
_shape | TGIS_Shape | shape handle to get records from. |