FMX.Types.IControl.DesignInteractive
Delphi
property DesignInteractive: Boolean read GetDesignInteractive;
C++
__property bool DesignInteractive = {read=GetDesignInteractive};
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| property | public | FMX.Types.pas FMX.Types.hpp |
FMX.Types | IControl |
Description
Specifies whether the control has interactive design.
Implement GetDesignInteractive to get the value of the DesignInteractive property.
Controls with interactive design are controls such as TTabItem.