FMX.Types.IControl.SetVisible
Delphi
procedure SetVisible(const Value: Boolean);
C++
virtual void __fastcall SetVisible(const bool Value) = 0 ;
プロパティ
| 種類 | 可視性 | ソース | ユニット | 親 | 
|---|---|---|---|---|
| procedure function | public | FMX.Types.pas FMX.Types.hpp | FMX.Types | IControl | 
説明
Visible プロパティの設定関数です。
SetVisible を実装すると、Visible プロパティを設定できるようになります。