Главная страница | назад





Article #16036: Adding Items to VCL property Sets

 Question and Answer Database
FAQ1036C.txt Adding Items to VCL property Sets
Category :VCL
Platform :All
Product :C++Builder 1.x
Question:
I am trying to add an item to a set for something such as a
TFontStyle. My code compiles fine but when I use the left shift
operator to add an item and then step through it in the debugger
it shows that the set is empty and nothing is added to the set.
Answer:
You must use the item = item<Font->Style = Edit1->Font->Style<Font0>Style<

Last Modified: 01-SEP-99