tmssoftware.com
TMS Support Center
Add items to a poly list programatically in C++
VCL
TMS VCL UI Pack
Pieter
(Pieter)
February 29, 2012, 8:10am
2
Hi, You can use the following code to add an item programmatically
TLargeButtonedItem *button = (TLargeButtonedItem*)AdvVerticalPolyList1->AddItem(__classid(TLargeButtonedItem));
button->Caption = "Fred";
Regards,
Pieter
show post in topic
Related topics
Topic
Replies
Views
Activity
Poly List Problems
TMS VCL UI Pack
2
431
March 1, 2012
TAdvVerticalPolyList
TMS VCL UI Pack
2
183
March 21, 2022
TADvPolyList Wchich item is selected
TMS VCL UI Pack
4
368
June 23, 2017
TAdvVerticalPolyList Font
TMS VCL UI Pack
2
466
October 16, 2013
TAdvGCalendar Add C++
TMS VCL Cloud Pack
1
225
November 11, 2014
© tmssoftware.com