Skip to main content

TdxSkinForm.FormCorners Property

Specifies the shape of form corners.

Declaration

property FormCorners: TdxFormCorners read; write; default fcDefault;

Property Value

Type Default Description
TdxFormCorners fcDefault

A form corner shape.

Remarks

Use the FormCorners property to switch between available corner shapes at the form level.

VCL Skins Library: Different Form Corner Examples

Refer to the TdxFormCorners type description for information on available options.

Limitations in Windows 10 and Earlier Operating Systems

Rounded corners in a skinned form appear aliased under Microsoft Windows® 10 compared to Windows 11. We recommend that you use rounded corners for applications that target Microsoft Windows® 11 only.

Default Value

The FormCorners property’s default value is fcDefault.

The default FormCorners property value indicates that the global form corner setting (accessible through the FormCorners property of a TdxSkinController component) specifies the corner shape of the form.

See Also