bound_column property

bound_column property

Represents how the Value property is determined for a ComboBox or ListBox when the MultiSelect properties value (fmMultiSelectSingle).

Definition:

@property
def bound_column(self):
    ...
@bound_column.setter
def bound_column(self, value):
    ...

See Also