Skip to main content

TdxPreviewOptions.Left Property

Specifies the horizontal coordinates of the Print Preview dialog’s left edge in pixels, relative to its parent or container control.

Declaration

property Left: Integer index 1 read; write;

Property Value

Type
Integer

Remarks

If the Print Preview dialog is stored in another control, (in TTabSheet, for instance), the Left and Top properties are relative to the TTabSheet control.

See Also