Skip to main content

TcxCustomVerticalGrid Methods

The base class for Vertical Grid controls.
Name Description
AcceptMousePosForClick(Integer,Integer) Inherited from TcxControl.
Add(TcxCustomRowClass) Adds a new row to the control.
AddChild(TcxCustomRow,TcxCustomRowClass) Adds a new child row to the control.
AddFontListener(IcxFontListener) Inherited from TcxControl.
Assign(TPersistent) Inherited from TPersistent.
AssignRows(TcxCustomVerticalGrid) Copies a number of rows.
AssignTo(TPersistent) Inherited from TPersistent.
BeginDrag(Boolean,Integer) Inherited from TControl.
BeginDragAndDrop Inherited from TcxControl.
BeginInvoke(TAsyncConstArrayFunctionEvent,Untyped[],TObject) Inherited from TComponent.
BeginInvoke(TAsyncConstArrayProc,Untyped[],TObject) Inherited from TComponent.
BeginInvoke(TAsyncConstArrayProcedureEvent,Untyped[],TObject) Inherited from TComponent.
BeginInvoke(TAsyncFunctionEvent,TObject) Inherited from TComponent.
BeginInvoke(TAsyncProcedureEvent,TObject) Inherited from TComponent.
BeginInvoke(TProc,TObject) Inherited from TComponent.
BeginInvoke<TResult>(TAsyncConstArrayFunc<TResult>,Untyped[],TObject) Inherited from TComponent.
BeginInvoke<TResult>(TFunc<TResult>,TObject) Inherited from TComponent.
BeginUpdate Prevents an editing control from being updated until the EndUpdate or the CancelUpdate method is called. Inherited from TcxEditingControl.
BringToFront Inherited from TControl.
Broadcast(Untyped) Inherited from TWinControl.
CancelEdit Terminates the editing of a row cell value.
CancelUpdate Enables updating of an editing control to resume after the BeginUpdate method was called. Inherited from TcxEditingControl.
CanFocus Inherited from TWinControl.
CanFocusEx Inherited from TcxControl.
ChangeScale(Integer,Integer) Inherited from TControl.
CheckNonMainThreadUsage Inherited from TControl.
ClearRows Deletes all the rows from the control.
Click Inherited from TControl.
ClientToParent(TPoint,TWinControl) Inherited from TControl.
ClientToScreen(TPoint) Inherited from TControl.
ClientToScreen(TRect) Inherited from TControl.
ConstrainedResize(Integer,Integer,Integer,Integer) Inherited from TControl.
ContainsControl(TControl) Inherited from TWinControl.
ControlAtPos(TPoint,Boolean,Boolean,Boolean) Inherited from TWinControl.
CreateParentedControl(HWND) Inherited from TWinControl.
DestroyComponents Inherited from TComponent.
Destroying Inherited from TComponent.
DisableAlign Inherited from TWinControl.
Dock(TWinControl,TRect) Inherited from TControl.
DockDrop(TDragDockObject,Integer,Integer) Inherited from TWinControl.
DragDrop(TObject,Integer,Integer) Inherited from TControl.
Dragging Inherited from TControl.
DrawTextBiDiModeFlags(Longint) Inherited from TControl.
DrawTextBiDiModeFlagsReadingOnly Inherited from TControl.
EnableAlign Inherited from TWinControl.
EndDrag(Boolean) Inherited from TControl.
EndFunctionInvoke(IAsyncResult) Inherited from TComponent.
EndInvoke(IAsyncResult) Inherited from TComponent.
EndInvoke<TResult>(IAsyncResult) Inherited from TComponent.
EndUpdate Enables updating of an editing control after the BeginUpdate method was called. Inherited from TcxEditingControl.
Equals(TObject) Inherited from TObject.
ExecuteAction(TBasicAction) Inherited from TComponent.
FindChildControl(String) Inherited from TWinControl.
FindComponent(String) Inherited from TComponent.
FinishDragAndDrop(Boolean) Inherited from TcxControl.
FirstRow Returns the first row within the grid.
FirstVisibleRow Returns the first visible row within the grid.
FlipChildren(Boolean) Inherited from TWinControl.
Focused Inherited from TWinControl.
FocusRow(TcxCustomRow,Integer) Sets focus in the ACellIndex cell of the ARow row.
FreeNotification(TComponent) Inherited from TComponent.
FreeOnRelease Inherited from TComponent.
FullCollapse Collapses all rows within the grid.
FullExpand Expands all rows within the control.
GetChildren(TGetChildProc,TComponent) Inherited from TComponent.
GetControlsAlignment Inherited from TControl.
GetDragImages Inherited from TControl.
GetHashCode Inherited from TObject.
GetNamePath Inherited from TPersistent.
GetOwner Inherited from TPersistent.
GetParentComponent Inherited from TComponent.
GetStyleName Inherited from TControl.
GetSystemMetrics(Integer) Inherited from TControl.
GetTabControlList(TList) Inherited from TWinControl.
GetTabOrderList(TList) Inherited from TWinControl.
GetTextBuf(PChar,Integer) Inherited from TControl.
GetTextLen Inherited from TControl.
HandleAllocated Inherited from TWinControl.
HandleNeeded Inherited from TWinControl.
HasParent Inherited from TComponent.
HasRows Indicates whether the control contains rows.
HasVisibleRows Indicates whether the control has visible rows.
Hide Inherited from TControl.
HideEdit Hides the currently active inplace editor.
HideFindPanel Hides the Find Panel.
InitiateAction Inherited from TControl.
InsertComponent(TComponent) Inherited from TComponent.
InsertControl(TControl) Inherited from TWinControl.
Invalidate Inherited from TControl.
InvalidateRect(TRect,Boolean) Adds a specified portion of the control’s client area to the window update region. Inherited from TcxControl.
InvalidateRgn(TcxRegion,Boolean) Inherited from TcxControl.
InvalidateWithChildren Inherited from TcxControl.
IsCustomStyleActive Inherited from TControl.
IsFindPanelVisible Determines if the Find Panel is currently displayed.
IsImplementorOf(IInterface) Inherited from TComponent.
IsInternalDragging(TObject) Returns whether a row is being dragged within a grid (or between a grid and the Customization Form).
IsLightStyleColor(TColor) Inherited from TControl.
IsMouseInPressedArea(Integer,Integer) Inherited from TcxControl.
IsRightToLeft Inherited from TControl.
IsRowVisible(TcxCustomRow) Indicates whether a particular row is visible.
LastRow Returns the last row within the grid.
LastVisibleRow Returns the last visible row.
LayoutChanged Invalidates an editing control in response to layout changes. Inherited from TcxEditingControl.
Loaded Inherited from TComponent.
LockDrawing Inherited from TWinControl.
LockScrollBars Inherited from TcxControl.
ManualDock(TWinControl,TControl,TAlign) Inherited from TControl.
ManualFloat(TRect) Inherited from TControl.
MouseDown(TMouseButton,TShiftState,Integer,Integer) Inherited from TControl.
MouseMove(TShiftState,Integer,Integer) Inherited from TControl.
MouseUp(TMouseButton,TShiftState,Integer,Integer) Inherited from TControl.
MouseWheelHandler(TMessage) Inherited from TControl.
NextRow(TcxCustomRow) Returns the next row after the one specified.
NextVisibleRow(TcxCustomRow) Returns the next visible row after the one specified.
Notification(TComponent,TOperation) Inherited from TComponent.
PaintTo(HDC,Integer,Integer) Inherited from TWinControl.
PaintTo(TCanvas,Integer,Integer) Inherited from TWinControl.
ParentToClient(TPoint,TWinControl) Inherited from TControl.
Perform(Cardinal,WPARAM,LPARAM) Inherited from TControl.
Perform(Cardinal,WPARAM,PChar) Inherited from TControl.
Perform(Cardinal,WPARAM,TRect) Inherited from TControl.
PostMouseMove Inherited from TcxControl.
PostMouseMove(TPoint) Inherited from TcxControl.
PreProcessMessage(TMsg) Inherited from TWinControl.
PrevRow(TcxCustomRow) Returns the previous row to the one specified.
PrevVisibleRow(TcxCustomRow) Returns the previous visible row to the one specified.
Realign Inherited from TWinControl.
ReferenceInterface(IInterface,TOperation) Inherited from TComponent.
Refresh Inherited from TControl.
Remove(TcxCustomRow) Removes a row from the grid.
RemoveComponent(TComponent) Inherited from TComponent.
RemoveControl(TControl) Inherited from TWinControl.
RemoveFontListener(IcxFontListener) Inherited from TcxControl.
RemoveFreeNotification(TComponent) Inherited from TComponent.
Repaint Inherited from TControl.
ReplaceDockedControl(TControl,TWinControl,TControl,TAlign) Inherited from TControl.
RestoreDefaults Restores the grid’s default settings.
RestoreFromIniFile(string) Restores the layout of the vertical grid from an INI file.
RestoreFromRegistry(string) Restores the grid layout from the registry.
RestoreFromStream(TStream) Restores the grid layout from a stream.
RowByCaption(string) Retrieves a row by its caption.
RowByName(string) Retrieves a row by its name.
ScaleBy(Integer,Integer) Inherited from TWinControl.
ScaleForPPI(Integer) Inherited from TControl.
ScaleRectSize(TRect) Inherited from TControl.
ScaleValue(Double) Inherited from TControl.
ScaleValue(Integer) Inherited from TControl.
ScaleValue(TPoint) Inherited from TControl.
ScaleValue(TRect) Inherited from TControl.
ScaleValue(TSize) Inherited from TControl.
ScreenToClient(TPoint) Inherited from TControl.
ScreenToClient(TRect) Inherited from TControl.
ScrollBy(Integer,Integer) Inherited from TWinControl.
ScrollContent(TcxDirection) Inherited from TcxControl.
ScrollWindow(Integer,Integer,TRect) Inherited from TcxControl.
SendToBack Inherited from TControl.
SetBounds(Integer,Integer,Integer,Integer) Inherited from TControl.
SetDesignVisible(Boolean) Inherited from TControl.
SetFocus Inherited from TWinControl.
SetParentComponent(TComponent) Inherited from TComponent.
SetScrollBarInfo(TScrollBarKind,Integer,Integer,Integer,Integer,Integer,Boolean,Boolean) Inherited from TcxControl.
SetSubComponent(Boolean) Inherited from TComponent.
SetTextBuf(PChar) Inherited from TControl.
Show Inherited from TControl.
ShowEdit Activates the in-place editor of the active row cell.
ShowEditByKey(Char) Activates the focused cell’s in-place editor and passes the specified key to it.
ShowEditByMouse(Integer,Integer,TShiftState) Emulates manual activation of the focused cell’s in-place editor as if it was done using the mouse.
ShowFindPanel Invokes the Find Panel.
StartDrag(TDragObject) Inherited from TcxControl.
StoreToIniFile(string,Boolean) Stores the grid layout to an INI file.
StoreToRegistry(string,Boolean) Stores the grid layout to the Windows registry.
StoreToStream(TStream) Stores the grid layout to a stream.
SystemInfoChanged(Cardinal) Inherited from TcxControl.
ToString Inherited from TObject.
TranslationChanged Inherited from TcxControl.
UnlockDrawing Inherited from TWinControl.
UnlockScrollBars Inherited from TcxControl.
Update Inherited from TControl.
UpdateAction(TBasicAction) Inherited from TComponent.
UpdateControlState Inherited from TWinControl.
UpdateWithChildren Inherited from TcxControl.
UseRightToLeftAlignment Inherited from TControl.
UseRightToLeftReading Inherited from TControl.
UseRightToLeftScrollBar Inherited from TControl.
WndProc(TMessage) Inherited from TControl.
See Also