Vcl.Controls.TControl.SetDesignVisible
Delphi
procedure SetDesignVisible(Value: Boolean); dynamic;
C++
DYNAMIC void __fastcall SetDesignVisible(bool Value);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
procedure function |
public | Vcl.Controls.pas Vcl.Controls.hpp |
Vcl.Controls | TControl |
Description
Makes a control visible at design time.
SetDesignVisible is used internally by Delphi during form design.