| LoopAllObj method |
Applies to
TWPRTFDataCollection
| Overloaded Variants |
Declaration
function LoopAllObj(Param: TObject; CallBack: TWPOnLoopAllObjCallback; OnlyFromDataBlock: TWPRTFDataBlock = nil): Integer;
Description
This procedure can be used to loop through all objects in this text. This includes the header and footer, too! The definition for the callback is:
procedure LoopObj(
RTFData : TWPRTFDataCollection;
RTFDataBlock : TWPRTFDataBlock;
par : TParagraph;
obj : TWPTextObj;
param : TObject); |
Category
Loop through all text blocks
Declaration
function LoopAllObj(Param: TObject; CallBack: TWPGlobalOnLoopAllObjCallback; OnlyFromDataBlock: TWPRTFDataBlock = nil): Integer;
Category
Loop through all text blocks
|
Copyright (C) by WP |