Maptitude GISDK Help |
Gets the description of a field.
descr = GetFieldDescription(string field_spec)
Argument |
Contents |
field_spec |
The field specification |
A string describing the field, or null if no description is available.
This is the description appearing in the balloon help for dataview column headings.
Not all table types support field descriptions, and for some tables only some of the fields can have a description.
descr = GetFieldDescription("State.Name")
ShowMessage("State Names have the description: " + descr + ".")
Error Type |
Meaning |
NotFound |
The specified view or field was not found |
Error |
Invalid field specification |
Function |
Summary |
Returns an array of fields that support description strings |
|
Gets a list and description of the fields in a table |
|
Modifies the file structure of a dBASE, fixed-format text or fixed-format binary table |
©2025 Caliper Corporation | www.caliper.com |