The Field_GetStringProperty() function retrieves a specified string property for a field.
Field_GetStringProperty(field_name, property)
• field_name – The name of a window field.
• property – An integer constant indicating the property to retrieve. The value corresponds to one of the following constants:
Constant |
Description |
---|---|
FIELD_PROP_AUTOCOMPLETE_LOOKUP_ITEM |
For auto-complete fields that have a linked-lookup button, specifies the text to display for the auto-complete item that opens the lookup. |
FIELD_PROP_CAPTION |
The caption to use for the field. |
A string containing the property value.