TcxGridWinExplorerViewController Class
In This Article
A controller for WinExplorer Views.
#Declaration
Delphi
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.
#Inheritance
See Also