TCustomdxPageObject Class
In This Article
Encapsulates general properties and methods of the Page object.
#Declaration
Delphi
TCustomdxPageObject = class(
TdxPrinterPageObject
)
#Remarks
The TCustomdxPageObject contains general methods and properties of the Page object: text setup routines: such as Font, Titles, page management routines: LoadFromFile, SaveToFile, etc.
#Inheritance
TObject
TPersistent
TInterfacedPersistent
TdxBaseObject
TdxPrinterPageObject
TCustomdxPageObject
See Also