Vcl.Controls.TControl.ExplicitWidth
Delphi
property ExplicitWidth: Integer read FExplicitWidth;
C++
__property int ExplicitWidth = {read=FExplicitWidth, nodefault};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | public | Vcl.Controls.pas Vcl.Controls.hpp |
Vcl.Controls | TControl |
Description
Specifies the explicit horizontal size of the control in pixels.
ExplicitWidth is a read-only property used internally by Delphi. Use Width in applications to allow read and write access.