Delphi
property EffectiveVisible: Boolean read GetEffectiveVisible;
C++
__property bool EffectiveVisible = {read=GetEffectiveVisible, nodefault};
プロパティ
| 種類 |
可視性 |
ソース |
ユニット |
親 |
| property |
public |
FMX.Grid.pas FMX.Grid.hpp |
FMX.Grid |
TColumn |
説明
この列が可視か(True)否か(False)を示します。