Skip to main content

TdxSkinForm Class

A skinned application form class.

Declaration

TdxSkinForm = class(
    TdxForm
)

Remarks

This class implements a simple skinnable form that can also draw a nonfunctional underlying form to imitate a shadow. Use this form only if you need to overcome compatibility issues in an application project that uses the TdxSkinController component together with third-party components.

The TdxSkinForm class extends its ancestor with public members that allow you to do the following:

See Also