Vcl.Controls.TWinControl.SetDesignVisible

Aus RAD Studio API Documentation

Delphi

procedure SetDesignVisible(Value: Boolean); override;

C++

DYNAMIC void __fastcall SetDesignVisible(bool Value);

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
procedure
function
public
Vcl.Controls.pas
Vcl.Controls.hpp
Vcl.Controls TWinControl

Beschreibung

Macht ein Steuerelement zur Entwurfszeit sichtbar. {{#multireplace:Vcl.Controls.TWinControl.SetDesignVisible|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} erbt von {{#multireplace:Vcl.Controls.TControl.SetDesignVisible|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. Der folgende Inhalt bezieht sich auf {{#multireplace:Vcl.Controls.TControl.SetDesignVisible|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.

Macht ein Steuerelement zur Entwurfszeit sichtbar.

SetDesignVisible wird von Delphi intern während des Formularentwurfs verwendet.

Siehe auch