[Overview][Constants][Types][Classes][Procedures and functions][Index] |
A array of strings containings names for NodeAttachModes
Source position: comctrls.pp line 1973
const NodeAttachModeNames: array [TNodeAttachMode] of String = ('naAdd', 'naAddFirst', 'naAddChild', 'naAddChildFirst', 'naInsert', 'naInsertBehind'); |
This is a constant array of string containing names for the modes to attach a node.
lazarus-ccr.sourceforge.net |