Vcl.ActnMan.TActionClient.HasItems

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property HasItems: Boolean read GetHasItems;

C++

__property bool HasItems = {read=GetHasItems, nodefault};

Properties

Type Visibility Source Unit Parent
property public
Vcl.ActnMan.pas
Vcl.ActnMan.hpp
Vcl.ActnMan TActionClient

Description

Specifies whether the action client has sub-items associated with the action client.

HasItems is used internally to determine if the action client has a TActionClients object assigned to the Items property.

See Also