Back to Devexpress

TcxCustomGridTableController Class

vcl-cxgridcustomtableview-449df950.md

latest2.1 KB
Original Source

TcxCustomGridTableController Class

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

Declaration

delphi
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.

Inheritance

TObject TPersistent TInterfacedPersistent TcxInterfacedPersistent TcxGridViewHandler TcxCustomGridController TcxCustomGridTableController

See Also

TcxCustomGridTableController Members

cxGridCustomTableView Unit