Skip to main content

TdxLayoutControlContainer Methods

Implements a container for layout elements.
Name Description
Assign(TPersistent) Inherited from TPersistent.
AssignTo(TPersistent) Inherited from TPersistent.
BeginDragAndDrop Inherited from TdxLayoutContainer.
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.
BeginTranslation Enables the translation mode for the container’s layout element captions. Inherited from TdxLayoutContainer.
BeginUpdate Disables refresh operations on the layout control. Inherited from TdxLayoutContainer.
CancelLastUndo Reverts the layout prior to the last modification, and decrements the TdxUndoRedoManager.UndoCount property. Inherited from TdxLayoutContainer.
CancelUpdate Enables updates to the layout control. Inherited from TdxLayoutContainer.
CanDragAndDrop Inherited from TdxLayoutContainer.
CheckItemNames(string,string) Inherited from TdxLayoutContainer.
Clear Removes all the layout elements (including hidden elements) from the container. Inherited from TdxLayoutContainer.
ClientToScreen(TPoint) Converts the Point’s layout control coordinates into screen coordinates. Inherited from TdxLayoutContainer.
CloneItem(TdxCustomLayoutItem,TdxCustomLayoutGroup) Creates the AItem’s clone. Inherited from TdxLayoutContainer.
CreateAlignmentConstraint Creates the TdxLayoutAlignmentConstraint object. Inherited from TdxLayoutContainer.
CreateGroup Inherited from TdxLayoutContainer.
CreateGroup(TdxCustomLayoutGroupClass,TdxCustomLayoutGroup) Creates a new layout group. Inherited from TdxLayoutContainer.
CreateItem(TdxCustomLayoutItemClass,TdxCustomLayoutGroup) Creates a new layout item. Inherited from TdxLayoutContainer.
CreateItemForControl(TControl,TdxCustomLayoutGroup) Creates a new layout item for an existing control, and places it within a specified layout group. Inherited from TdxLayoutContainer.
CustomizeFormUpdate(TdxLayoutCustomizeFormUpdateTypes) Inherited from TdxLayoutContainer.
DestroyComponents Inherited from TComponent.
Destroying Inherited from TComponent.
EndFunctionInvoke(IAsyncResult) Inherited from TComponent.
EndInvoke(IAsyncResult) Inherited from TComponent.
EndInvoke<TResult>(IAsyncResult) Inherited from TComponent.
EndTranslation Disables the translation mode for the container’s layout element captions. Inherited from TdxLayoutContainer.
EndUpdate(Boolean) Enables refresh operations on the layout control, and invalidates the control. Inherited from TdxLayoutContainer.
Equals(TObject) Inherited from TObject.
ExecuteAction(TBasicAction) Inherited from TComponent.
FindComponent(String) Inherited from TComponent.
FindItem(string) Finds a layout item by its name or by a specific control (or its handle) associated with the item. Inherited from TdxLayoutContainer.
FindItem(THandle) Inherited from TdxLayoutContainer.
FindItem(TControl) Inherited from TdxLayoutContainer.
FinishDragAndDrop(Boolean) Inherited from TdxLayoutContainer.
FreeNotification(TComponent) Inherited from TComponent.
FreeOnRelease Inherited from TComponent.
GetChildren(TGetChildProc,TComponent) Inherited from TComponent.
GetHashCode Inherited from TObject.
GetHitTest Inherited from TdxLayoutContainer.
GetHitTest(Integer,Integer) Returns the HitTest object that identifies a visual element at a specified point. Inherited from TdxLayoutContainer.
GetHitTest(TPoint) Inherited from TdxLayoutContainer.
GetNamePath Inherited from TPersistent.
GetOwner Inherited from TPersistent.
GetParentComponent Inherited from TComponent.
GetTabOrderList(TList) Populates List with contained controls in tab order. Inherited from TdxLayoutContainer.
HasParent Inherited from TComponent.
InsertComponent(TComponent) Inherited from TComponent.
InvalidateRect(TRect,Boolean) Adds the region occupied by a control rectangle to a specified window’s update region. The update region represents a portion of the control client area that must be redrawn. Inherited from TdxLayoutContainer.
IsDesigning Inherited from TdxLayoutContainer.
IsDestroying Inherited from TdxLayoutContainer.
IsGlobalDestroying Inherited from TdxLayoutContainer.
IsGlobalLoading Inherited from TdxLayoutContainer.
IsImplementorOf(IInterface) Inherited from TComponent.
IsLoading Inherited from TdxLayoutContainer.
IsTranslating Inherited from TdxLayoutContainer.
IsUpdateLocked Inherited from TdxLayoutContainer.
Loaded Inherited from TComponent.
Modified Inherited from TdxLayoutContainer.
Notification(TComponent,TOperation) Inherited from TComponent.
Redraw(TRect,Integer) Inherited from TdxLayoutContainer.
ReferenceInterface(IInterface,TOperation) Inherited from TComponent.
RemoveComponent(TComponent) Inherited from TComponent.
RemoveFreeNotification(TComponent) Inherited from TComponent.
RestoreFromIniFile(string,string) Restores the layout information from an INI file that was previously saved by the StoreToIniFile method. Inherited from TdxLayoutContainer.
RestoreFromRegistry(string,string) Restores the layout information from the registry that was previously saved by the StoreToRegistry method. Inherited from TdxLayoutContainer.
RestoreFromStorage(string,TcxCustomReaderClass,string) Restores the layout information from a custom storage that was previously saved by the StoreToStorage method. Inherited from TdxLayoutContainer.
RestoreFromStream(TStream,string) Restores the layout information from a stream that was previously saved by the StoreToStream method. Inherited from TdxLayoutContainer.
SaveToUndo Saves the layout information to a stream, and then adds the layout to the undo operations list. Inherited from TdxLayoutContainer.
ScreenToClient(TPoint) Converts the Point’s screen coordinates into layout control coordinates. Inherited from TdxLayoutContainer.
SetParentComponent(TComponent) Inherited from TComponent.
SetSubComponent(Boolean) Inherited from TComponent.
StoreToIniFile(string,Boolean,string) Saves the layout information to an INI file. Inherited from TdxLayoutContainer.
StoreToRegistry(string,Boolean,string) Saves the layout information to the registry. Inherited from TdxLayoutContainer.
StoreToStorage(string,TcxCustomWriterClass,Boolean,string) Saves the layout information to a custom storage. Inherited from TdxLayoutContainer.
StoreToStream(TStream,string) Saves the layout information to a stream. Inherited from TdxLayoutContainer.
ToString Inherited from TObject.
Update Forces the layout control to update. Inherited from TdxLayoutContainer.
UpdateAction(TBasicAction) Inherited from TComponent.
See Also