Back to Devexpress

TcxEditorRow Members

vcl-cxvgrid-dot-tcxeditorrow-dot-underscore-members.md

latest18.3 KB
Original Source

TcxEditorRow Members

An unbound vertical grid row.

Constructors

NameDescription
Create(TComponent)Inherited from TComponent.

Properties

NameDescription
AbsoluteIndexReturns the zero-based index corresponding to the row’s absolute position within the vertical grid control. Inherited from TcxCustomRow.
ComObjectInherited from TComponent.
ComponentCountInherited from TComponent.
ComponentIndexInherited from TComponent.
ComponentsInherited from TComponent.
ComponentStateInherited from TComponent.
ComponentStyleInherited from TComponent.
CountReturns the number of child rows that the current row has. Inherited from TcxCustomRow.
DesignInfoInherited from TComponent.
ExpandedSpecifies if the row is expanded. Inherited from TcxCustomRow.
FocusedInherited from TcxCustomRow.
HeightSpecifies the row’s height (in pixels). Inherited from TcxCustomRow.
IndexSpecifies the actual position of the current row within the vertical grid control. Inherited from TcxCustomRow.
LevelIndicates nesting level of the row within the grid control. Inherited from TcxCustomRow.
NameInherited from TComponent.
ObserversInherited from TComponent.
OptionsProvides access to the row’s behavior settings. Inherited from TcxCustomRow.
OwnerInherited from TComponent.
ParentSpecifies the current row’s parent row. Inherited from TcxCustomRow.
PropertiesProvides access to editor and data binding settings of the unbound vertical grid row.
RowsProvides access to the current row’s child rows using zero-based indexes. Inherited from TcxCustomRow.
StylesRepresents a set of styles defining the appearance of the editor row. Inherited from TcxCustomEditorRow.
TagInherited from TComponent.
VCLComObjectInherited from TComponent.
VerticalGridSpecifies the vertical grid control to which the row belongs. Inherited from TcxCustomRow.
ViewInfoProvides access to ViewInfo information required to render the row. Inherited from TcxCustomRow.
VisibleSpecifies if the current row is visible in the grid control. Inherited from TcxCustomRow.
VisibleIndexDetermines the position of the current visible row in the grid control. Inherited from TcxCustomRow.

Methods

NameDescription
Assign(TPersistent)Inherited from TPersistent.
AssignTo(TPersistent)Inherited from TPersistent.
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.
Collapse(Boolean)Collapses the current row. Inherited from TcxCustomRow.
CreateHeaderInfoInherited from TcxCustomRow.
CreateViewInfoInherited from TcxCustomRow.
DestroyComponentsInherited from TComponent.
DestroyingInherited from TComponent.
EndFunctionInvoke(IAsyncResult)Inherited from TComponent.
EndInvoke(IAsyncResult)Inherited from TComponent.
EndInvoke<TResult>(IAsyncResult)Inherited from TComponent.
Equals(TObject)Inherited from TObject.
ExecuteAction(TBasicAction)Inherited from TComponent.
Expand(Boolean)Expands the current row. Inherited from TcxCustomRow.
FindComponent(String)Inherited from TComponent.
FreeNotification(TComponent)Inherited from TComponent.
FreeOnReleaseInherited from TComponent.
GetChildren(TGetChildProc,TComponent)Inherited from TComponent.
GetFirstVisibleChildReturns the first visible child row of the current row if this row is parent. Inherited from TcxCustomRow.
GetHashCodeInherited from TObject.
GetLastVisibleChildReturns the bottommost visible child row of the current row if this row is parent. Inherited from TcxCustomRow.
GetNamePathInherited from TPersistent.
GetOwnerInherited from TPersistent.
GetParentComponentInherited from TComponent.
HasChildrenTests if the current row has children. Inherited from TcxCustomRow.
HasParentInherited from TComponent.
HasVisibleChildrenTests if the row has visible children. Inherited from TcxCustomRow.
IndexOf(TcxCustomRow)Returns zero-based child row index in the collection of the current row. Inherited from TcxCustomRow.
InsertComponent(TComponent)Inherited from TComponent.
IsCategoryInherited from TcxCustomRow.
IsChild(TcxCustomRow)Tests if the current row is a child of the row specified by the ARow. Inherited from TcxCustomRow.
IsFirstTests if the current row is the first row among top-level rows or siblings of its parent. Inherited from TcxCustomRow.
IsFirstVisibleTests if the current row is the first visible row among top-level rows or siblings of its parent. Inherited from TcxCustomRow.
IsImplementorOf(IInterface)Inherited from TComponent.
IsLastTests if the current row is the last row among top-level rows or siblings of its parent. Inherited from TcxCustomRow.
IsLastVisibleTests if the current row is the last visible row among top-level rows or siblings of its parent. Inherited from TcxCustomRow.
IsParent(TcxCustomRow)Tests if the current row is a parent of the specified row. Inherited from TcxCustomRow.
IsRootLevelTests if the current row is on the root hierarchy level. Inherited from TcxCustomRow.
LoadedInherited from TComponent.
MakeVisibleScrolls the view in the grid control client area in order to display the current row onscreen. Inherited from TcxCustomRow.
Notification(TComponent,TOperation)Inherited from TComponent.
ReferenceInterface(IInterface,TOperation)Inherited from TComponent.
RemoveComponent(TComponent)Inherited from TComponent.
RemoveFreeNotification(TComponent)Inherited from TComponent.
RestoreDefaultsRestores default values of the TcxRowOptions. Inherited from TcxCustomRow.
SetParentComponent(TComponent)Inherited from TComponent.
SetSubComponent(Boolean)Inherited from TComponent.
ToStringInherited from TObject.
UpdateAction(TBasicAction)Inherited from TComponent.

Events

NameDescription
EditPropertiesEventsInherited from TcxCustomEditorRow.
PropertiesEventsInherited from TcxCustomEditorRow.

See Also

TcxEditorRow Class

cxVGrid Unit