Skip to main content
All docs
V26.1
  • Create(TdxFramedControl) Constructor

    Initializes a new instance of the TdxControlFrameOptions class with specified settings.

    Declaration

    constructor Create(AControl: TdxFramedControl); reintroduce;

    Parameters

    Name Type Description
    AControl TdxFramedControl

    The framed control to which the frame border appearance and behavior settings belong.

    Remarks

    A framed control automatically creates its frame border appearance and behavior settings.

    See Also