Skip to main content

TcxCustomRow Methods

The base class that represents base interface structure and common functionality for rows of different types in the grid control.
Name Description
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.
CreateHeaderInfo protected
CreateViewInfo protected
DestroyComponents Inherited from TComponent.
Destroying Inherited 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.
FindComponent(String) Inherited from TComponent.
FreeNotification(TComponent) Inherited from TComponent.
FreeOnRelease Inherited from TComponent.
GetChildren(TGetChildProc,TComponent) Inherited from TComponent.
GetFirstVisibleChild Returns the first visible child row of the current row if this row is parent.
GetHashCode Inherited from TObject.
GetLastVisibleChild Returns the bottommost visible child row of the current row if this row is parent.
GetNamePath Inherited from TPersistent.
GetOwner Inherited from TPersistent.
GetParentComponent Inherited from TComponent.
HasChildren Tests if the current row has children.
HasParent Inherited from TComponent.
HasVisibleChildren Tests if the row has visible children.
IndexOf(TcxCustomRow) Returns zero-based child row index in the collection of the current row.
InsertComponent(TComponent) Inherited from TComponent.
IsCategory
IsChild(TcxCustomRow) Tests if the current row is a child of the row specified by the ARow.
IsFirst Tests if the current row is the first row among top-level rows or siblings of its parent.
IsFirstVisible Tests if the current row is the first visible row among top-level rows or siblings of its parent.
IsImplementorOf(IInterface) Inherited from TComponent.
IsLast Tests if the current row is the last row among top-level rows or siblings of its parent.
IsLastVisible Tests if the current row is the last visible row among top-level rows or siblings of its parent.
IsParent(TcxCustomRow) Tests if the current row is a parent of the specified row.
IsRootLevel Tests if the current row is on the root hierarchy level.
Loaded Inherited from TComponent.
MakeVisible Scrolls the view in the grid control client area in order to display the current row onscreen.
Notification(TComponent,TOperation) Inherited from TComponent.
ReferenceInterface(IInterface,TOperation) Inherited from TComponent.
RemoveComponent(TComponent) Inherited from TComponent.
RemoveFreeNotification(TComponent) Inherited from TComponent.
RestoreDefaults Restores default values of the TcxRowOptions.
SetParentComponent(TComponent) Inherited from TComponent.
SetSubComponent(Boolean) Inherited from TComponent.
ToString Inherited from TObject.
UpdateAction(TBasicAction) Inherited from TComponent.
See Also