ApplyBestFit(TcxCustomGridTableItem,Boolean,Boolean)
|
Adjusts the width of the View’s items to display their content in full.
|
Assign(TPersistent)
|
|
AssignSettings(TcxCustomGridView)
|
|
AssignTo(TPersistent)
|
|
BeginBestFitUpdate
|
Disables updates to the View, and displays a “Locked View” image with the hourglass cursor.
|
BeginFilteringUpdate
|
Disables updates to the View, and displays a “Locked View” image with the hourglass cursor.
|
BeginGroupingUpdate
|
Disables updates to the View, and displays a “Locked View” image with the hourglass cursor.
|
BeginInvoke(TAsyncConstArrayFunctionEvent,Untyped[],TObject)
|
|
BeginInvoke(TAsyncConstArrayProc,Untyped[],TObject)
|
|
BeginInvoke(TAsyncConstArrayProcedureEvent,Untyped[],TObject)
|
|
BeginInvoke(TAsyncFunctionEvent,TObject)
|
|
BeginInvoke(TAsyncProcedureEvent,TObject)
|
|
BeginInvoke(TProc,TObject)
|
|
BeginInvoke<TResult>(TAsyncConstArrayFunc<TResult>,Untyped[],TObject)
|
|
BeginInvoke<TResult>(TFunc<TResult>,TObject)
|
|
BeginSortingUpdate
|
Disables updates to the View, and displays a “Locked View” image with the hourglass cursor.
|
BeginUpdate(TcxGridShowLockedStateImageMode)
|
Prevents the current View’s updates until the EndUpdate or CancelUpdate method is called.
|
BoundsChanged(Boolean,Boolean)
|
|
CanBeLookupList
|
|
CancelUpdate
|
Enables the current View’s updates after calling the BeginUpdate method.
|
Changed(TcxGridViewChangeKind)
|
|
Changed(TObject)
|
|
CheckSynchronizationAssignNeeded
|
|
ClearItems
|
Removes all items from the View.
|
CopyToClipboard(Boolean)
|
Copies the View content to the clipboard as text.
|
CreateColumn
|
Creates a new column and adds it to the Columns collection.
|
CreateItem
|
Creates an item and adds it to the current View.
|
CreateViewInfo
|
|
DestroyComponents
|
|
Destroying
|
|
EndBestFitUpdate
|
Enables updates to the View.
|
EndFilteringUpdate
|
Enables updates to the View.
|
EndFunctionInvoke(IAsyncResult)
|
|
EndGroupingUpdate
|
Enables updates to the View.
|
EndInvoke(IAsyncResult)
|
|
EndInvoke<TResult>(IAsyncResult)
|
|
EndSortingUpdate
|
Enables updates to the View.
|
EndUpdate
|
Enables the current View’s updates after calling the BeginUpdate method.
|
Equals(TObject)
|
|
ExecuteAction(TBasicAction)
|
|
FindComponent(String)
|
|
FindItemByID(Integer)
|
Locates an item within the current View according to the item Item.ID property’s value.
|
FindItemByName(string)
|
Locates an item with the specified name.
|
FindItemByTag(TcxTag)
|
Locates an item with the specified tag value.
|
FreeNotification(TComponent)
|
|
FreeOnRelease
|
|
GetChildren(TGetChildProc,TComponent)
|
|
GetHashCode
|
|
GetHitTest(Integer,Integer)
|
Returns the HitTest object that identifies the visual element at the inspected point.
|
GetHitTest(TPoint)
|
|
GetImages
|
Returns the image list used as the source of icons for data item headers.
|
GetNamePath
|
|
GetOwner
|
|
GetParentComponent
|
|
GoToNextScrollbarAnnotation(TdxScrollbarAnnotationKinds,Boolean,Boolean)
|
Moves focus to the nearest record marked with a scrollbar annotation.
|
HasAsClone(TcxCustomGridView)
|
|
HasAsMaster(TcxCustomGridView)
|
|
HasParent
|
|
HideHourglassCursor
|
Suppresses the hourglass cursor.
|
IndexOfItem(TcxCustomGridTableItem)
|
Returns the index of the first entry within the Items collection with the specified value.
|
InsertComponent(TComponent)
|
|
Invalidate(Boolean)
|
Invalidates the grid View.
|
IsEqualHeightRecords
|
|
IsImplementorOf(IInterface)
|
|
IsInplaceEditFormMode
|
|
IsSynchronization
|
|
IsUpdateLocked
|
|
LayoutChanged(Boolean)
|
Updates the View in response to layout changes.
|
Loaded
|
|
MakeMasterGridRecordVisible
|
Makes the master View record owning the current View visible.
|
MasterRowDblClickAction
|
|
Notification(TComponent,TOperation)
|
|
ReferenceInterface(IInterface,TOperation)
|
|
RemoveComponent(TComponent)
|
|
RemoveFreeNotification(TComponent)
|
|
RestoreDefaults
|
Restores the default View settings.
|
RestoreFromIniFile(string,Boolean,Boolean,TcxGridStorageOptions,string,string)
|
Restores View-specific information from an INI file.
|
RestoreFromRegistry(string,Boolean,Boolean,TcxGridStorageOptions,string,string)
|
Restores View-specific information from the registry.
|
RestoreFromStorage(string,TcxCustomReaderClass,Boolean,Boolean,TcxGridStorageOptions,string,string)
|
Restores View-specific information from a custom storage.
|
RestoreFromStream(TStream,Boolean,Boolean,TcxGridStorageOptions,string,string)
|
Restores View-specific information from a stream.
|
SetParentComponent(TComponent)
|
|
SetSubComponent(Boolean)
|
|
ShowHourglassCursor
|
Displays the hourglass cursor.
|
SizeChanged(Boolean,Boolean)
|
Responds to View resizing.
|
StoreToIniFile(string,Boolean,TcxGridStorageOptions,string,string)
|
Saves View-specific information to an INI file.
|
StoreToRegistry(string,Boolean,TcxGridStorageOptions,string,string)
|
Stores View-specific information to the registry.
|
StoreToStorage(string,TcxCustomWriterClass,Boolean,TcxGridStorageOptions,string,string)
|
Saves View-specific information to a custom storage.
|
StoreToStream(TStream,TcxGridStorageOptions,string,string)
|
Saves the View-specific information to a stream.
|
ToString
|
|
UpdateAction(TBasicAction)
|
|
UseRestHeightForDetails
|
|
UseRightToLeftAlignment
|
|
ViewChanged
|
|
ViewChanged(TcxRegion)
|
Invalidates a View or View region.
|
ViewChanged(TRect)
|
|