Skip to main content

TcxLookupDBGridOptions Class

Represents a set of options for a data-aware dropdown list.

Declaration

TcxLookupDBGridOptions = class(
    TcxLookupGridOptions
)

Remarks

The TcxLookupDBGridOptions class extends its ancestor class with properties that allow you to:

  • enable synchronization of the current record in a data-aware dropdown list with the current record in the TDataSet bound to this list (SyncMode);

  • access the dropdown list that owns this set of options (Grid).

Use a lookup control’s Properties.ListOptions property to access this set of options.

Inheritance

See Also