Vcl.Dialogs.TFindDialog.Position
Delphi
property Position: TPoint read GetPosition write SetPosition;
C++
__property System::Types::TPoint Position = {read=GetPosition, write=SetPosition};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | public | Vcl.Dialogs.pas Vcl.Dialogs.hpp |
Vcl.Dialogs | TFindDialog |
Description
Determines the position of the Find dialog on the screen.
Position gives the pixel coordinates of the dialog's upper left corner.
See Also
Code Examples