Source position: fpg_tree.pas line 52
type TfpgNodeAttachMode = (
naAdd,
naAddFirst,
naAddChild,
naAddChildFirst,
naInsert
);