| [Overview][Types][Classes][Procedures and functions][Index] |
Source position: laz2_xmlread.pas line 105
type TXMLContextAction = ( |
||
xaAppendAsChildren = 1, |
|
|
xaReplaceChildren, |
|
|
xaInsertBefore, |
|
|
xaInsertAfter, |
|
|
xaReplace |
|
|
); |
| lazarus-ccr.sourceforge.net |