Vcl.Dialogs.TFindDialog.Top

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Top: Integer read GetTop write SetTop;

C++

__property int Top = {read=GetTop, write=SetTop, nodefault};

Properties

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

Description

Determines the Y coordinate (vertical position) of the Find dialog's upper left corner.

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

See Also