Vcl.StdCtrls.TCustomListBox.FMoving

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

FMoving: Boolean;

C++

bool FMoving;

Properties

Type Visibility Source Unit Parent
field protected
Vcl.StdCtrls.pas
Vcl.StdCtrls.hpp
Vcl.StdCtrls TCustomListBox

Description

Specifies whether the strings of the list box are changing their position.

FMoving is an internal field specifying whether the strings of the list box are moving inside the list box.

See Also