mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-10-30 19:31:47 +01:00
* document tforeachprocmethod
git-svn-id: trunk@22134 -
This commit is contained in:
parent
2a14394cf5
commit
8c39b1eba8
@ -46,7 +46,12 @@ interface
|
|||||||
fen_norecurse_true
|
fen_norecurse_true
|
||||||
);
|
);
|
||||||
|
|
||||||
tforeachprocmethod = (pm_preprocess,pm_postprocess,
|
tforeachprocmethod = ({ children are processed before the parent node }
|
||||||
|
pm_preprocess,
|
||||||
|
{ children are processed after the parent node }
|
||||||
|
pm_postprocess,
|
||||||
|
{ children are processed after the parent node and
|
||||||
|
then the parent node is processed again }
|
||||||
pm_postandagain);
|
pm_postandagain);
|
||||||
|
|
||||||
foreachnodefunction = function(var n: tnode; arg: pointer): foreachnoderesult of object;
|
foreachnodefunction = function(var n: tnode; arg: pointer): foreachnoderesult of object;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user