TdxPreviewOptions.Top Property
Specifies the vertical position of the Print Preview dialog’s top edge in pixels, relative to its parent or container control.
Declaration
property Top: Integer index 2 read; write;
Property Value
Type |
---|
Integer |
Remarks
The Top property, like the Left property, is the position of the Print Preview dialog relative to its container. Thus, if the dialog is within another window, the Left and Top properties are relative to this parent window.
See Also