Skip to main content

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 TCustomForm

The target form.

ASkinName string

Returns the name of the skin applied to the form passed as the AForm parameter.

This parameter returns an empty string if the target form has no built-in or custom DevExpress skin applied.

Returns

Type Description
Boolean

True if a built-in or custom DevExpress skin is applied to the target form (AForm); otherwise, False.

See Also