Skip to main content

TcxGridLevel Members

Encapsulates the concept of grid level within a grid control.

Constructors

Name Description
Create(TComponent) Inherited from TComponent.

Properties

Name Description
Active Specifies whether the current level is active.
ActuallyVisible Specifies whether the current level and all its parent (master) levels can be displayed.
CanBeVisible
Caption Specifies the caption for the current level.
ComObject Inherited from TComponent.
ComponentCount Inherited from TComponent.
ComponentIndex Inherited from TComponent.
Components Inherited from TComponent.
ComponentState Inherited from TComponent.
ComponentStyle Inherited from TComponent.
Control Specifies the grid control containing the current grid level.
Count Returns the number of child (detail) levels for the current grid level.
DataRelation
DesignInfo Inherited from TComponent.
DisplayCaption
FakeComponentLink1 Inherited from TcxComponent.
FakeComponentLink2 Inherited from TcxComponent.
FakeComponentLink3 Inherited from TcxComponent.
GridView Specifies the View associated with the current level.
ImageIndex Specifies the index of an image associated with the current grid level.
Index Determines the position of the grid level within the collection of detail levels to which it belongs.
IsDesigning Inherited from TcxComponent.
IsDestroying Inherited from TcxComponent.
IsLoading Inherited from TcxComponent.
IsMaster Specifies whether a grid level has child levels that can be displayed.
IsRoot
IsTop Specifies whether the grid level is at the root nesting level.
Items Specifies the collection of child (detail) levels for the current grid level.
Level
MaxDetailHeight Specifies the maximum height (in pixels) of Views displayed by detail levels.
Name Inherited from TComponent.
Observers Inherited from TComponent.
Options Specifies a set of options managing the visibility of Views displayed by child (detail) levels.
Owner Inherited from TComponent.
Parent Specifies the parent grid level which owns the current grid level.
Styles Controls the appearance of child level elements.
Tag Inherited from TComponent.
VCLComObject Inherited from TComponent.
Visible Specifies whether the current level can be displayed.
VisibleCount Returns the number of child (detail) levels which can be displayed.
VisibleIndex Determines the position of the grid level within a collection of visible detail levels.
VisibleItems Specifies the collection of child (detail) levels which can be displayed.

Methods

Name Description
Add Adds a new child (detail) level.
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.
ChangeScale(Integer,Integer)
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.
FindComponent(String) Inherited from TComponent.
FreeNotification(TComponent) Inherited from TComponent.
FreeOnRelease Inherited from TComponent.
GetAvailableItem Returns the first visible child (detail) level which can be displayed by the current grid level.
GetChildren(TGetChildProc,TComponent) Inherited from TComponent.
GetHashCode Inherited from TObject.
GetNamePath Inherited from TPersistent.
GetOwner Inherited from TPersistent.
GetParentComponent Inherited from TComponent.
HasAsChild(TcxGridLevel) Specifies whether the current grid level has the specified TcxGridLevel as a child.
HasParent Inherited from TComponent.
InsertComponent(TComponent) Inherited from TComponent.
IsImplementorOf(IInterface) Inherited from TComponent.
Loaded Inherited from TComponent.
MakeVisible Makes the current grid level visible.
Notification(TComponent,TOperation) Inherited from TComponent.
ReferenceInterface(IInterface,TOperation) Inherited from TComponent.
RemoveComponent(TComponent) Inherited from TComponent.
RemoveFreeNotification(TComponent) Inherited from TComponent.
SetParentComponent(TComponent) Inherited from TComponent.
SetSubComponent(Boolean) Inherited from TComponent.
ToString Inherited from TObject.
UpdateAction(TBasicAction) Inherited from TComponent.

Events

Name Description
OnGetGridView Enables you to substitute the View that will display detail data.
StylesEvents
See Also