Skip to main content
A newer version of this page is available. .

TcxCustomGridTableController Class

Implements common operations for Card and (Banded) Table Views and serves as a base class for View controllers.

Declaration

TcxCustomGridTableController = class(
    TcxCustomGridController
)

Remarks

A View controller is a helper object which encapsulates various View specific operations. To access the View controller’s functionality, see the View’s Controller property.

TcxCustomGridTableController is the base class for TcxGridTableController and TcxGridCardViewController which introduce new functionality specific to the TcxGridTableView and TcxGridCardView respectively.

You can use the members of a View controller to:

  • Control editing of a record cell;

  • Set focus to a specific item (column in a Table View or card in a Card View) and record;

  • Start/cancel an incremental search;

  • Access the collection of selected records;

  • Perform scrolling;

  • Navigate through records and items;

  • Display/hide the customization form;

  • Control the visibility of the Find Panel and customize its search string.

See Also