Unit msedatanodes
Description
This item has no description.
Overview
Classes, Interfaces, Objects and Records
| Name | Description |
|---|---|
Record extrainfoty |
|
Record variablelistiteminfoty |
|
Record listitemlayoutinfoty |
|
Record nodeactioninfoty |
|
Interface iitemlist |
|
Class tlistitem |
|
Class ttreelistitem |
|
Class tfontarrayprop |
|
Class tcustomitemlist |
|
Class ttreenode |
Functions and Procedures
function copylistitems(const asource: listitemarty): listitemarty; |
Types
Constants
invalidatestates = [ns_expanded,ns_selected,ns_checked,
ns_subitems,ns_drawemptybox,ns_checkbox,
ns_useri0..ns_useri7]; |
invalidateallstates = [ns_expanded]; |
valuechangestates = [ns_checked]; |
statstates: nodestatesty = [ns_expanded,ns_selected,ns_checked,
ns_useri0..ns_useri3,ns_user0..ns_user3]; |
defaultlevelstep = 10; |
Description
Functions and Procedures
function copylistitems(const asource: listitemarty): listitemarty; |
|
This item has no description. |
Types
nodestatty = (...); |
|
This item has no description. Values
|
nodestatesty = set of nodestatty; |
|
This item has no description. |
nodestate1ty = (...); |
|
This item has no description. Values
|
nodestates1ty = set of nodestate1ty; |
|
This item has no description. |
nodeoptionty = (...); |
|
This item has no description. Values
|
nodeoptionsty = set of nodeoptionty; |
|
This item has no description. |
treeitemboxty = (...); |
|
This item has no description. Values
|
itemdrawoptionty = (...); |
|
This item has no description. Values
|
itemdrawoptionsty = set of itemdrawoptionty; |
|
This item has no description. |
treeitemboxidarty = array[treeitemboxty] of int32; |
|
This item has no description. |
ptreeitemboxidarty = treeitemboxidarty; |
|
This item has no description. |
getnodemodety = (...); |
|
This item has no description. Values
|
plistitemlayoutinfoty = ˆlistitemlayoutinfoty; |
|
This item has no description. |
nodeactionty = (...); |
|
This item has no description. Values
|
plistitem = ˆtlistitem; |
|
This item has no description. |
listitemclassty = class of tlistitem; |
|
This item has no description. |
listitemarty = array of tlistitem; |
|
This item has no description. |
listitematy = array[0..0] of tlistitem; |
|
This item has no description. |
plistitematy = ˆlistitematy; |
|
This item has no description. |
treelistitemarty = array of ttreelistitem; |
|
This item has no description. |
treelistitematy = array[0..0] of ttreelistitem; |
|
This item has no description. |
ptreelistitematy = ˆtreelistitematy; |
|
This item has no description. |
treelistitemclassty = class of ttreelistitem; |
|
This item has no description. |
checktreelistitemprocty = procedure(const sender: ttreelistitem; var delete: boolean) of object; |
|
This item has no description. |
ttreelistitemcomparefuncty = function( const l,r: ttreelistitem): integer of object; |
|
This item has no description. |
tlistitemcomparefuncty = function (const r: tlistitem; const acasesensitive: boolean): integer of object; |
|
This item has no description. |
ptreelistitem = ˆttreelistitem; |
|
This item has no description. |
itemliststatety = (...); |
|
This item has no description. Values
|
itemliststatesty = set of itemliststatety; |
|
This item has no description. |
statreaditemeventty = procedure(const sender: tobject; const reader: tstatreader; var aitem: tlistitem) of object; |
|
This item has no description. |
statreadtreeitemeventty = procedure(const sender: tobject; const reader: tstatreader; var aitem: ttreelistitem) of object; |
|
This item has no description. |
statwriteitemeventty = procedure(const sender: tobject; const writer: tstatwriter; const aitem: tlistitem) of object; |
|
This item has no description. |
statwritetreeitemeventty = procedure(const sender: tobject; const writer: tstatwriter; const aitem: ttreelistitem) of object; |
|
This item has no description. |
statreaditemlisteventty = procedure(const sender: tcustomitemlist; const areader: tstatreader; const aname: msestring) of object; |
|
This item has no description. |
statwriteitemlisteventty = procedure(const sender: tcustomitemlist; const areader: tstatwriter; const aname: msestring) of object; |
|
This item has no description. |
treenodeclassty = class of ttreenode; |
|
This item has no description. |
treenodearty = array of ttreenode; |
|
This item has no description. |
nodeeventty = procedure(const sender: ttreenode) of object; |
|
This item has no description. |
treenodefilterfuncty = function(const sender: ttreenode): boolean of object; |
|
This item has no description. |
ptreenode = ˆttreenode; |
|
This item has no description. |
Constants
invalidatestates = [ns_expanded,ns_selected,ns_checked,
ns_subitems,ns_drawemptybox,ns_checkbox,
ns_useri0..ns_useri7]; |
|
This item has no description. |
invalidateallstates = [ns_expanded]; |
|
This item has no description. |
valuechangestates = [ns_checked]; |
|
This item has no description. |
statstates: nodestatesty = [ns_expanded,ns_selected,ns_checked,
ns_useri0..ns_useri3,ns_user0..ns_user3]; |
|
This item has no description. |
defaultlevelstep = 10; |
|
This item has no description. |
Generated by PasDoc 0.17.0.snapshot.