StartHeader |
Top Previous Next |
Call this method when you are ready to create a new file.
As a minimum these properties should have been set in advance: Array: TGA CSV, DBF, KML2: Filename EFAL, MIF, MITAB: Filename, Coordsys
Syntax: StartHeader(NumFields: integer; ObjectTypes: TObjectTypes)
After calling this method you should call AddField as many times as stated in NumFields parameter.
|