TdxLayoutCustomizeFormMenuItems Type
In This Article
Enumerates the layout control’s menu items.
#Declaration
Delphi
TdxLayoutCustomizeFormMenuItems = set of TdxLayoutCustomizeFormMenuItem;
#Referenced Class
Type |
---|
Tdx |
#Remarks
Values include:
Value | Meaning |
---|---|
cfmi |
Aligns a layout element horizontally. |
cfmi |
Aligns a layout element vertically. |
cfmi |
Arranges group items within a group. |
cfmi |
Changes a layout element’s caption position. |
cfmi |
Aligns a layout element’s caption horizontally. |
cfmi |
Aligns a layout element’s caption vertically. |
cfmi |
Changes a layout element’s caption visibility. |
cfmi |
Changes a layout element’s border visibility. |
cfmi |
Changes a layout group‘s expand button visibility. |
cfmi |
Toggles element grouping. The group operation creates a new parent for a selected group and places the selected group into the parent. The ungroup operation moves a selected group’s contents to the group’s parent and then deletes this group. |
cfmi |
Initiates editing a layout element’s caption. Setting the layout control’s Options |
A TdxLayoutCustomizeFormMenuItems object is referenced by the MenuItems property and the OnGetCustomizationMenuItems event of a layout control.
See Also