TcxDBEditorRow Methods
A data-aware vertical grid row.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. |
See Also