Vcl.Dialogs.TFindDialog.Left

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Left: Integer read GetLeft write SetLeft;

C++

__property int Left = {read=GetLeft, write=SetLeft, nodefault};

Properties

Type Visibility Source Unit Parent
property public
Vcl.Dialogs.pas
Vcl.Dialogs.hpp
Vcl.Dialogs TFindDialog

Description

Determines the X coordinate (horizontal position) of the Find dialog's upper left corner.

Left holds the same value as the first integer in Position. This property is maintained for compatibility with older applications.

See Also