| Get method |
Applies to
TWPRTFDataCollection
| Overloaded Variants |
Declaration
function Get(Kind: TWPPagePropertyKind; Range: TWPPagePropertyRange; const Name: string = ''): TWPRTFDataBlock;
Description
The function first tries to locate a RTFDataBlock which matches the given specifications and if it was not found append a new one. If you know that you need to append a new TWPRTFDataBlock you can use the Append and modify the properties later, for example the property UsedForSectionID which is used to select the header or footer in a seciotn with a certain ID.
Category
Header+Footer
Declaration
function Get(Kind: TWPPagePropertyKind; Range: TWPPagePropertyRange; SectionID: Integer): TWPRTFDataBlock;
Description
This version is used to create header and footer for certain sections
Declaration
function Get(Kind: TWPPagePropertyKind; Range: TWPPagePropertyRange; const Name: string; SctionID: Integer): TWPRTFDataBlock;
|
Copyright (C) by WP |