Vcl.Forms.TCustomActiveForm.Padding
Delphi
property Padding: TPadding read FPadding write SetPadding;
C++
__property Padding;
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | published | Vcl.Forms.pas Vcl.Forms.hpp |
Vcl.Forms | TCustomActiveForm |
Description
Specifies the padding of a control.
Vcl.Forms.TCustomActiveForm.Padding inherits from Vcl.Controls.TWinControl.Padding. All content below this line refers to Vcl.Controls.TWinControl.Padding.
Specifies the padding of a control.
Use Padding to specify the padding of a control. This value is an instance of the class TPadding.