TdxSplashFormBase.TAlignment Enum
Enumerates content alignment options for Splash Form widgets.
Declaration
TAlignment = (
Near,
Center,
Far
);
Members
| Name |
|---|
Near
|
Center
|
Far
|
Remarks
Note
TdxSplashFormBase.TAlignment is a scoped enumeration type. Use the type name together with a scope resolution token (. in Delphi or :: in C++Builder) followed by an enumeration value to refer to this value. For example, use TdxSplashFormBase.TAlignment.Center (in Delphi) or TdxSplashFormBase.TAlignment::Center (in C++Builder) to refer to the Center value in code.
Direct TdxSplashFormBase.TAlignment Type Reference
The TdxSplashFormBase.TContentItem.Alignment property references the TdxSplashFormBase.TAlignment type.
See Also