FMX.ActnList.IGroupName.GroupNameStored
Delphi
function GroupNameStored: Boolean;
C++
virtual bool __fastcall GroupNameStored(void) = 0 ;
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| function | public | FMX.ActnList.pas FMX.ActnList.hpp |
FMX.ActnList | IGroupName |
Description
Returns True if the GroupName needs to be stored.
The GroupNameStored method returns True if the GroupName property needs to be stored; usually when GroupName is different from the default values: '', '0' and '-1'.