Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxSkinController.GetFormSkin(TCustomForm,string) Method

Identifies if a skin is applied to the specified form.

#Declaration

Delphi
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