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

TcxGridWinExplorerViewController Class

A controller for WinExplorer Views.

Declaration

TcxGridWinExplorerViewController = class(
    TcxCustomGridTableController
)

Remarks

This class provides members that allow you to:

  • Navigate records and items;

  • Control editing of a record cell;

  • Access the collection of selected records;

  • Perform scrolling;

  • Start/cancel an incremental search;

  • Display/hide the customization form.

A TcxGridWinExplorerViewController object is referenced by a WinExplorer View’s Controller property.

See Also