TContentItem.Default Property
Specifies if the Splash Form widget is used as default.
Declaration
property Default: Boolean read; write; default False;
Property Value
| Type | Default | Description |
|---|---|---|
| Boolean | False |
|
Remarks
Set the Default property to True to mark the Splash Form widget as default. If a Splash or Wait form has two or more widgets of the same type, only one such widget can be marked as default.
Related/Affected API Members
The following Splash/Wait functions return corresponding default widgets when called without a parameter (AName):
- TdxSplashFormBase.Animation
- Provides access to an Animation/Activity Indicator widget on the form.
- TdxSplashFormBase.GetItem
- Provides access to any widget on the form by type and name. Use the template parameter (
T) to specify the target widget type. - TdxSplashFormBase.Image
- Provides access to an Image widget on the form.
- TdxSplashFormBase.Progress
- Provides access to a Progress Bar widget on the form.
- TdxSplashFormBase.Text
- Provides access to a Text/Label widget on the form.
See Also