FMX.ActnList.IGroupName.GroupNameStored

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GroupNameStored: Boolean;

C++

virtual bool __fastcall GroupNameStored() = 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'.

See Also