Skip to main content

TdxLayoutSeparatorItemCaptionOptions Members

Contains caption options for separator layout items.

Constructors

Name Description
Create(TdxCustomLayoutItem) Initializes a new instance of the TdxCustomLayoutItemOptions class with specified settings. Inherited from TdxCustomLayoutItemOptions.

Properties

Name Description
AlignHorz Specifies horizontal caption text alignment. Inherited from TdxCustomLayoutItemCaptionOptions.
AlignVert Specifies the vertical alignment of caption text within a layout separator item‘s caption area.
Cursor Specifies the cursor displayed when the mouse pointer hovers over the layout item caption. Inherited from TdxLayoutLabeledItemCustomCaptionOptions.
EllipsisPosition protected Specifies the position of an ellipsis that replaces a portion of the caption that does not fit into its area. Inherited from TdxCustomLayoutItemCaptionOptions.
Glyph Specifies the caption’s glyph. Inherited from TdxCustomLayoutItemCaptionOptions.
Hint protected Specifies the caption’s hint. Inherited from TdxCustomLayoutItemCaptionOptions.
ImageIndex Specifies the caption’s image. Inherited from TdxCustomLayoutItemCaptionOptions.
Layout protected Determines where caption text appears within an item. Inherited from TdxCustomLayoutItemCaptionOptions.
ShowAccelChar protected Specifies whether the item’s keyboard shortcut is in effect. Inherited from TdxCustomLayoutItemCaptionOptions.
Text Specifies a layout element‘s caption. Inherited from TdxCustomLayoutItemCaptionOptions.
Visible Specifies if a separator item’s caption is visible.
VisibleElements Specifies which caption elements are visible. Inherited from TdxCustomLayoutItemCaptionOptions.
Width Specifies the caption area’s width (in pixels). Inherited from TdxLayoutLabeledItemCustomCaptionOptions.
WordWrap protected Specifies if word wrap mode is active. Inherited from TdxLayoutLabeledItemCustomCaptionOptions.

Methods

Name Description
Assign(TPersistent) Inherited from TPersistent.
AssignTo(TPersistent) Inherited from TPersistent.
Equals(TObject) Inherited from TObject.
GetHashCode Inherited from TObject.
GetNamePath Inherited from TPersistent.
GetOwner Inherited from TPersistent.
QueryInterface(TGUID,Untyped) Inherited from TInterfacedPersistent.
ToString Inherited from TObject.
See Also