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