Vcl.ListActns.TCustomListAction.Loading

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Loading: Boolean read FLoading;

C++

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

Properties

Type Visibility Source Unit Parent
property protected
Vcl.ListActns.pas
Vcl.ListActns.hpp
Vcl.ListActns TCustomListAction

Description

Indicates whether the action is currently adding items to client controls.

Loading is used internally to detect when the list action is in the process of supplying client controls with items.

See Also