DK11 for Delphi | GisFileDBF.TGIS_FileDBF.WriteRecord | Constructors | Fields | Methods | Properties
Write DBF record.
// Delphi public procedure WriteRecord( const _file : TGIS_Stream; const _value : Variant; const _type : TGIS_FieldType; const _size : Integer; const _decimal : Integer; const _binary : Integer );
// C++ Builder public: void WriteRecord( TGIS_Stream* const _file, Variant* const _value, TGIS_FieldType* const _type, const int _size, const int _decimal, const int _binary );
Name | Type | Description |
---|---|---|
_file | TGIS_Stream | DBF file stream handle |
_value | Variant | value to write |
_type | TGIS_FieldType | value type |
_size | Integer | value size |
_decimal | Integer | decimal precision for value |
_binary | Integer | binary storage size (not 0 only for MapInfo DAT format) |