DK11 for Delphi | GisFile8211.TGIS_DDFModule.FindFieldDefn | Constructors | Methods | Properties
Searches for a field definition.
// Delphi public function FindFieldDefn( const _sFieldName : String ) : TGIS_DDFFieldDefn;
// C++ Builder public: TGIS_DDFFieldDefn* FindFieldDefn( const UnicodeString _sFieldName );
Name | Type | Description |
---|---|---|
_sFieldName | String | name of the field |
Type | Description |
---|---|
TGIS_DDFFieldDefn | retrieved field |