TIWCheckListBox and it's Caption

hi,.

i'm trying to see the Caption of the TIWCheckListBox, but it doesn't show it.
the Caption property is also not Published, but even when i try to change it programatically, it doesn't change.
changing the CheckllText property also didn't change the Caption.

i tried it in a new clean project.
also ran the TMS demo, but it's the same there too.
also tried it on IE8, irefox, and chrome - all with the same behavior.

i use delphi XE2 Update 4
IW 12.2.8
and the latest - 5.1.2 TM

(sorry for my broken english...)

Please note that the Caption and Text properties of the IWCheckListBox are not used.

You can place an IWLabel (which is a lot more customizable than a caption text would be) on top of the IWCheckListBox instead.

oh ok, thanks.

but then why do we have those properties if they are not used for anything?

can you make the Caption work next update?
it seems like a waste to add another object(label), while we already have the basis for the caption, especially if we need a simple caption that is placed outside the IWCheckListBox box(border).
(for me, because i use hebrew and Right-to-Left design, sometimes the runtime look, and the design look, looks a little different, so i need to "trick" the design)

thanks

btw, if it was for 1 simple IWCheckListBox use, i wouldn't right about the waste.
but i'm making a program with some bureaucratic governmental pages, and in some of them there are about 8-10
IWCheckListBoxes, with 5-7 checkboxesin them (that's how the original page looks like)

thanks

The Caption & Text property are actually inherited from the control the IWCheckListBox is based on, which is why they are available problematically but not published.

We'll consider adding the caption text functionality in a future version of the control.

thank you.