Field_GetStringProperty()

Examples


The Field_GetStringProperty() function retrieves a specified string property for a field.

Syntax

Field_GetStringProperty(field_name, property)

Parameters

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:

[spacer]

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.


Return value

A string containing the property value.


Documentation Feedback