Skip to main content
All docs
V25.1
  • TdxPadding.Null Property

    Returns a zero TdxPadding value.

    Declaration

    class property Null: TdxPadding read;

    Property Value

    Type Description
    TdxPadding

    A TdxPadding value whose Left, Top, Right, and Bottom fields are set to 0.

    Remarks

    Assign the Null class property value to the TdxVisualRefinements.HeaderPadding or TdxVisualRefinements.Padding class property to reset the corresponding padding adjustments.

    Code Example: Reset Padding Adjustments

    TdxVisualRefinements.Padding := TdxPadding.Null;
    
    See Also