Home > Back-end >  O cxtreelist dynamically create code
O cxtreelist dynamically create code

Time:09-20

Please cxtreelist dynamically created code thank you.

CodePudding user response:

TreeList:=TcxTreeList. Create (the owner);

CodePudding user response:

Add is dynamically created column header code, depending on the type of

CodePudding user response:

reference 1st floor santiaodahan response:
treeList:=TcxTreeList. Create (the owner);
I'm sorry I didn't say clear is listed first

CodePudding user response:

reference lichanyuan reply: 3/f
Quote: refer to 1st floor santiaodahan response:
treeList:=TcxTreeList. Create (the owner);
I'm sorry I didn't say clear is column head

TreeList:=TcxTreeList. Create (the owner);
TreeListColumn:=treeList. CreateColumn;
TreeListColumn. Name:='Name';

CodePudding user response:

reference 4 floor santiaodahan response:
Quote: reference lichanyuan reply: 3/f

Quote: refer to 1st floor santiaodahan response:
treeList:=TcxTreeList. Create (the owner);
I'm sorry I didn't say clear is column head

TreeList:=TcxTreeList. Create (the owner);
TreeListColumn:=treeList. CreateColumn;
TreeListColumn. Name:='Name';
this I'll ha want that kind of a function dynamically create cycle, then edit modification and deletion of this include attributes, set the sorting and so on

CodePudding user response:

reference 5 floor lichanyuan reply:
Quote: refer to 4th floor santiaodahan response:
Quote: reference lichanyuan reply: 3/f

Quote: refer to 1st floor santiaodahan response:
treeList:=TcxTreeList. Create (the owner);
I'm sorry I didn't say clear is column head

TreeList:=TcxTreeList. Create (the owner);
TreeListColumn:=treeList. CreateColumn;
TreeListColumn. Name:='Name';
this I'll ha want that kind of a function to dynamically create cycle, then edit modification and deletion of this include attributes, set the sort, etc.
this is created dynamically, can use to create multiple dynamic array management, var treeListColumn: an array of TcxTreeListColumn; SetLength (treeListColumn, 10); Circulation assignment is ok: treeListColumn: [I]=treeList. CreateColumn;
  • Related