Skip to main content
A newer version of this page is available. .

TdxSkinController.GetFormSkin(TCustomForm,string) Method

Determines whether a form is skinned.

Declaration

class function GetFormSkin(AForm: TCustomForm; var ASkinName: string): Boolean;

Parameters

Name Type
AForm TCustomForm
ASkinName string

Returns

Type
Boolean

Remarks

This function returns True if the form specified by the AForm parameter is skinned. The name of the skin applied to the form is returned via the ASkinName parameter.

See Also