![]() |
![]() ![]() ![]() |
acHTMLViewer component.
|
type
|
TacHTMLViewerMargin = -1..MaxInt;
|
TacHTMLViewerMargins = class(TPersistent)
|
property Left: TacHTMLViewerMargin;
|
property Top: TacHTMLViewerMargin;
|
property Right: TacHTMLViewerMargin;
|
property Bottom: TacHTMLViewerMargin;
|
end;
|
|
property Margins: TacHTMLViewerMargins;
|
The Margins structure controls the spacing between the border of HTMLViewer and its contents.
|
|
![]() |
HTML and BorderStyle properties.
|