TcxEditAlignment Members
Defines the horizontal and vertical alignments of an editor’s contents.Constructors
| Name | Description |
|---|---|
| Create(TPersistent,TcxEditHorzAlignment,TcxEditVertAlignment) | Initializes a new instance of the TcxEditAlignment class with specified settings. |
| Create(TPersistent,TcxEditVertAlignment) | Initializes a new instance of the TcxEditAlignment class with specified settings. |
| Create(TPersistent) | Initializes a new instance of the TcxEditAlignment class with specified settings. |
Properties
| Name | Description |
|---|---|
| Horz | Identifies the horizontal alignment of an editor’s contents. |
| Vert | Identifies the vertical alignment of an editor’s contents. |
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. |
| IsHorzStored | |
| IsVertStored | |
| Reset | |
| ToString | Inherited from TObject. |
See Also