DK11 for Delphi | GisFile8211.TGIS_DDFModule | Classes | Constructors | Methods | Properties
ISO 8211 module.
// Delphi type TGIS_DDFModule = class( TGIS_ObjectDisposable ) end;
// C++ Builder class PASCALIMPLEMENTATION TGIS_DDFModule : public TGIS_ObjectDisposable { };
→ TObject → TGIS_ObjectDisposable
Name | Visibility | Description | |
---|---|---|---|
Create | public | Creates an instance. | |
Name | Visibility | Description | |
---|---|---|---|
AddCloneRecord | public | Adds a clone of a record. | |
AddField | public | Adds a new field. | |
Close | public | Closes the file. | |
DDFFetchVariable | public | Retrieves a string value from a buffer. | |
DDFScanInt | public | Retrieves an integer value from a buffer. | |
DDFScanString | public | Retrieves a string value from a buffer. | |
FindFieldDefn | public | Searches for a field definition. | |
GetField | public | Retrieves a field by its index. | |
GetFieldControlLength | public | Gets the control length of the field. | |
GetFieldCount | public | Gets the number of fields. | |
Open | public | Opens a file. | |
ReadRecord | public | Reads a record from the file. | |
RemoveCloneRecord | public | Removes a clone of a record. | |
Rewind | public | Jumps to the beginning of the file. | |
Rewind(Int32) | public | Jumps to the beginning of the file. | |