TdxSpreadSheetCustomTextBox Members
The base class for text boxes in the Spreadsheet control.Constructors
| Name | Description |
|---|---|
| Create(TdxCustomSpreadSheet) | Creates a new persistent object for the specified Spreadsheet or Report Designer control. Inherited from TdxSpreadSheetPersistentObject. |
Properties
| Name | Description |
|---|---|
| AlignHorz | Specifies the horizontal content alignment within the text box. |
| AlignVert | Specifies the vertical content alignment within the text box. |
| AutoSize | Specifies if the text box dimensions are adjusted to fit its contents. |
| ContentOffsets | Specifies the minimum absolute offsets (in pixels) of the text from text box boundaries. |
| Font | Provides access to the font settings applied to the text box content. |
| SpreadSheet | Provides access to the Spreadsheet or Report Designer control to which the persistent object belongs. Inherited from TdxSpreadSheetPersistentObject. |
| Text | This property supports the internal infrastructure and is not intended to be used directly from your code. |
| TextAsString | Specifies the string displayed by the text box. |
| WordWrap protected | Specifies if the content is wrapped if it does not fit into the text box horizontally. |
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. |
| IsEmpty | Returns a value indicating whether the text box is empty. |
| QueryInterface(TGUID,Untyped) | Inherited from TInterfacedPersistent. |
| ToString | Inherited from TObject. |
See Also