DK11 for Delphi | GisFileDBF.TGIS_FileDBF.Create | Constructors | Fields | Methods | Properties
Create an instance based on given file name.
// Delphi public constructor Create( const _path : String; const _layer : TGIS_LayerVector; const _mode : TGIS_StreamMode; const _onread : TGIS_ReadWriteEvent; const _onwrite : TGIS_ReadWriteEvent ); reintroduce;
// C++ Builder Create ( const UnicodeString _path, TGIS_LayerVector* const _layer, TGIS_StreamMode* const _mode, TGIS_ReadWriteEvent* const _onread, TGIS_ReadWriteEvent* const _onwrite );
Name | Type | Description |
---|---|---|
_path | String | path to a DBF file |
_layer | TGIS_LayerVector | layer associated with the DBF file; used to handling filed names |
_mode | TGIS_StreamMode | file mode |
_onread | TGIS_ReadWriteEvent | decoding event or nil |
_onwrite | TGIS_ReadWriteEvent | encoding event or nil |