Skip to main content

TcxCustomGridController Members

Represents the base class for a View’s controller.

Constructors

Name Description
Create(TcxCustomGridView) Creates a TcxGridViewHandler class instance. Inherited from TcxGridViewHandler.
Create(TPersistent) Initializes a new instance of the TcxInterfacedPersistent class with specified settings. Inherited from TcxInterfacedPersistent.

Properties

Name Description
Control protected Specifies the grid control owning the View. Inherited from TcxGridViewHandler.
Controller protected Returns the View’s controller object. Inherited from TcxGridViewHandler.
Customization
CustomizationForm
CustomizationFormBounds
DataController protected Specifies the data controller assigned to the View. Inherited from TcxGridViewHandler.
DesignController
DragAndDropObjectClass
DragImages
GridView Identifies the View to which the TcxGridViewHandler class provides information. Inherited from TcxGridViewHandler.
HintCellViewInfo
HintWindow
IsDblClick
LookAndFeelPainter Inherited from TcxGridViewHandler.
MouseCaptureViewInfo
Owner Provides access to the control or its object to which the persisted settings belong. Inherited from TcxInterfacedPersistent.
Painter Inherited from TcxGridViewHandler.
Site Inherited from TcxGridViewHandler.
ViewData protected Specifies the object retrieving data from a data controller and providing it to a View. Inherited from TcxGridViewHandler.
ViewInfo Inherited from TcxGridViewHandler.

Methods

Name Description
Assign(TPersistent) Inherited from TPersistent.
AssignTo(TPersistent) Inherited from TPersistent.
BeforeStartDrag
BeginDragAndDrop
BeginUpdate(TcxGridShowLockedStateImageMode) Prevents a grid View from updating until the EndUpdate method is called. Inherited from TcxGridViewHandler.
CancelHint
CanDrag(Integer,Integer)
ControlFocusChanged
DesignerModified
DoCancelMode
DoCheckCoordinates
DoControlFocusChanged
DoKeyDown(Word,TShiftState)
DragAndDrop(TPoint,Boolean)
DragDrop(TObject,Integer,Integer)
DragOver(TObject,Integer,Integer,TDragState,Boolean)
DrawDragImage(TcxCanvas,TRect)
EndDrag(TObject,Integer,Integer)
EndDragAndDrop(Boolean)
EndUpdate Enables updates of a View. Inherited from TcxGridViewHandler.
Equals(TObject) Inherited from TObject.
GetCursor(Integer,Integer)
GetDragImagesSize
GetHashCode Inherited from TObject.
GetHintWindowClass
GetNamePath Inherited from TPersistent.
GetOwner Inherited from TPersistent.
HasDragImages
HasFocusedControls
HideHint
IMEComposition(TMessage)
IMEStartComposition
InitScrollBarsParameters
IsDataFullyVisible(Boolean)
KeyDown(Word,TShiftState)
KeyPress(Char)
KeyUp(Word,TShiftState)
MouseDown(TMouseButton,TShiftState,Integer,Integer)
MouseMove(TShiftState,Integer,Integer)
MouseUp(TMouseButton,TShiftState,Integer,Integer)
ProcessDetailDialogChar(TcxCustomGridView,Word)
ProcessDialogChar(Word)
QueryInterface(TGUID,Untyped) Inherited from TInterfacedPersistent.
RefreshCustomizationForm
Scroll(TScrollBarKind,TScrollCode,Integer) Scrolls the View contents.
SetScrollBarInfo(TScrollBarKind,Integer,Integer,Integer,Integer,Integer,Boolean,Boolean)
ShowHint(TRect,TRect,string,Boolean,TFont,TcxCustomGridViewCellViewInfo)
StartDrag(TDragObject)
StartDragAndDrop(TPoint)
ToString Inherited from TObject.
UpdateScrollBars(Boolean)
UseRightToLeftAlignment Inherited from TcxGridViewHandler.
WndProc(TMessage)
See Also