Vcl.ListActns.TCustomListAction.Loading

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property Loading: Boolean read FLoading;

C++

__property bool Loading = {read=FLoading, nodefault};

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property protected
Vcl.ListActns.pas
Vcl.ListActns.hpp
Vcl.ListActns TCustomListAction

Beschreibung

Gibt an, ob die Aktion derzeit Einträge zu Client-Steuerelementen hinzufügt.

Mithilfe von Loading stellt die Anwendung intern fest, ob die Listenaktion damit beschäftigt ist, Einträge an Clients zu übergeben.

Siehe auch