|
Previous Top Next |
The Page of Pages class has 13 methods including constructor and destructor. Normally you will only ever need to use the Init and SetPageOfPages methods, but I have not marked the others as private or protected as there can be legitimate reasons to use them. See example code in the Overview chapter for more information.
AllocatePageBuffer Procedure(Long pBytesToAllocate)
DisposePageBuffer Procedure
GetSearchString Procedure(),String
Init Procedure(REPORT pReport, PrintPreviewFileQueue pQ, <String pSearchString>)
ProfileToODS Procedure
ReadTheFile Procedure(String pFileName, Long pFileSize),Long,PROC ! Returns bytes read
SetPageOfPages Procedure
SetPageofText Procedure(),Byte ! Returns false if nothing was replaced, true if needs to be written back
SetSearchString Procedure(String pSearchString)
UpdatePageFile Procedure(String pFile, Long pFileSize),Byte
WriteTheFile Procedure(String pFileName, Long pFileSize),Long,PROC ! Returns bytes written
Construct Procedure
Destruct Procedure