|
Top Previous Next |
|
TsrvActionOrientationLandscape applies a landscape page orientation the the document in the target editor. Unit SRVActions; Syntax TsrvActionOrientationLandscape = class(TsrvAction) HierarchyTObject TPersistent TComponent TBasicAction TContainedAction TCustomAction TAction TrvCustomAction DescriptionThis action assigns PageProperty.Orientation := poLandscape. If PageProperty.PageFormat = srvfmCustom, and PageProperty.PageWidth < PageProperty.PageHeight, the action exchanges values of these properties. See also: |