IBindingCheckBox.AlignDefined

Syntax

AlignDefined: Boolean;

Description

The AlignDefined property determines whether the ALIGN parameter is present in binding string.

Comments

If the AlignDefined property is set to True, the binding string, describing the value editor, will contain the ALIGN parameter. The parameter value is determined by the Align property.

Example

The example of use is given in the description for IBindingCheckBox.CaptionDefined.

See also:

IBindingCheckBox