TdxSkinController.GetFormSkin(TCustomForm,string) Method
Identifies if a skin is applied to the specified form.
#Declaration
class function GetFormSkin(AForm: TCustomForm; var ASkinName: string): Boolean;
#Parameters
Name | Type | Description |
---|---|---|
AForm | TCustom |
The target form. |
ASkin |
string | Returns the name of the skin applied to the form passed as the This parameter returns an empty string if the target form has no built-in or custom DevExpress skin applied. |
#Returns
Type | Description |
---|---|
Boolean |
|