Vcl.ComCtrls.TCustomListView.Reading

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Reading: Boolean read FReading;

C++

__property bool Reading = {read=FReading, nodefault};

Properties

Type Visibility Source Unit Parent
property protected
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TCustomListView

Description

Returns whether the TCustomListView control is being read from. The Reading property returns a Boolean flag that is set to True if the TCustomListView control is being read from and to False, otherwise.