Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

PosNameTypeDescriptionDefault
<0, 1>TypeOption"GRP" if the item is a group or "ENT" if the item is an entity"ENT"
<0, 2>PositionIntegerThe level of the item with in tree1
<0, 3>IDTextThe unique key ID of the group or entity used to identify it in other properties, methods, and events""
<0, 4>NameTextThe name of the group or entity""
<0, 5>DescriptionTextThe description of the group or entity""
<0, 6>Header Text ColorColorThe color of the entity's header text"Auto"
<0, 7>Header BackgroundColor FillThe background of the entity's header"Auto"

...

Code Block
Desc = "Treat this like a subheading." 
Data = "" 
Data<-1> = "GRP" :@VM: 1 :@VM: "GroupKey1" :@VM: "Main Group 1" :@VM: Desc 
Data<-1> = "ENT" :@VM: 2 :@VM: "EntityKey1-1" :@VM: "Entity 1" :@VM: Desc 
Data<-1> = "ENT" :@VM: 2 :@VM: "EntityKey1-2" :@VM: "Entity 2" :@VM: Desc 
Data<-1> = "GRP" :@VM: 1 :@VM: "GroupKey2" :@VM: "Main Group 2" :@VM: Desc 
Data<-1> = "ENT" :@VM: 2 :@VM: "EntityKey2-1" :@VM: "Entity 3" :@VM: Desc 
Data<-1> = "GRP" :@VM: 2 :@VM: "GroupKey2-1" :@VM: "Sub Group" :@VM: Desc 
Data<-1> = "ENT" :@VM: 3 :@VM: "EntityKey2-1-1" :@VM: "Entity 4" :@VM: Desc 
Data<-1> = "ENT" :@VM: 3 :@VM: "EntityKey2-1-2" :@VM: "Entity 5" :@VM: Desc 
Set_Property(@Window:".OLE_SCHEDULE", "OLE.EntityList", Data)

See Also

AppointmentList