Skip to main content

TcxEditorRow Members

An unbound vertical grid row.

Constructors

Name Description
Create(TComponent) Inherited from TComponent.

Properties

Name Description
AbsoluteIndex Returns the zero-based index corresponding to the row’s absolute position within the vertical grid control. Inherited from TcxCustomRow.
ComObject Inherited from TComponent.
ComponentCount Inherited from TComponent.
ComponentIndex Inherited from TComponent.
Components Inherited from TComponent.
ComponentState Inherited from TComponent.
ComponentStyle Inherited from TComponent.
Count Returns the number of child rows that the current row has. Inherited from TcxCustomRow.
DesignInfo Inherited from TComponent.
Expanded Specifies if the row is expanded. Inherited from TcxCustomRow.
Focused Inherited from TcxCustomRow.
Height Specifies the row’s height (in pixels). Inherited from TcxCustomRow.
Index Specifies the actual position of the current row within the vertical grid control. Inherited from TcxCustomRow.
Level Indicates nesting level of the row within the grid control. Inherited from TcxCustomRow.
Name Inherited from TComponent.
Observers Inherited from TComponent.
Options Provides access to the row’s behavior settings. Inherited from TcxCustomRow.
Owner Inherited from TComponent.
Parent Specifies the current row’s parent row. Inherited from TcxCustomRow.
Properties Provides access to editor and data binding settings of the unbound vertical grid row.
Rows Provides access to the current row’s child rows using zero-based indexes. Inherited from TcxCustomRow.
Styles Represents a set of styles defining the appearance of the editor row. Inherited from TcxCustomEditorRow.
Tag Inherited from TComponent.
VCLComObject Inherited from TComponent.
VerticalGrid Specifies the vertical grid control to which the row belongs. Inherited from TcxCustomRow.
ViewInfo Provides access to ViewInfo information required to render the row. Inherited from TcxCustomRow.
Visible Specifies if the current row is visible in the grid control. Inherited from TcxCustomRow.
VisibleIndex Determines the position of the current visible row in the grid control. Inherited from TcxCustomRow.

Methods

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. Inherited from TcxCustomRow.
CreateHeaderInfo Inherited from TcxCustomRow.
CreateViewInfo Inherited from TcxCustomRow.
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. Inherited from TcxCustomRow.
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. Inherited from TcxCustomRow.
GetHashCode Inherited from TObject.
GetLastVisibleChild Returns the bottommost visible child row of the current row if this row is parent. Inherited from TcxCustomRow.
GetNamePath Inherited from TPersistent.
GetOwner Inherited from TPersistent.
GetParentComponent Inherited from TComponent.
HasChildren Tests if the current row has children. Inherited from TcxCustomRow.
HasParent Inherited from TComponent.
HasVisibleChildren Tests 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.
IsCategory Inherited from TcxCustomRow.
IsChild(TcxCustomRow) Tests if the current row is a child of the row specified by the ARow. Inherited from TcxCustomRow.
IsFirst Tests if the current row is the first row among top-level rows or siblings of its parent. Inherited from TcxCustomRow.
IsFirstVisible Tests 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.
IsLast Tests if the current row is the last row among top-level rows or siblings of its parent. Inherited from TcxCustomRow.
IsLastVisible Tests 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.
IsRootLevel Tests if the current row is on the root hierarchy level. Inherited from TcxCustomRow.
Loaded Inherited from TComponent.
MakeVisible Scrolls 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.
RestoreDefaults Restores default values of the TcxRowOptions. Inherited from TcxCustomRow.
SetParentComponent(TComponent) Inherited from TComponent.
SetSubComponent(Boolean) Inherited from TComponent.
ToString Inherited from TObject.
UpdateAction(TBasicAction) Inherited from TComponent.

Events

Name Description
EditPropertiesEvents Inherited from TcxCustomEditorRow.
PropertiesEvents Inherited from TcxCustomEditorRow.
See Also