Hello. Could you please let me know where I can get more information about TListBox, TIntEdit, TDoubleEdit, etc?
I encountered a code fragment like:
TListBox *lbMP;
lbMP->Clear()
I suppose there is a member function Clear() within TListBox. However, cannot find any information on what it does. Anybody knows? Thanks.
I encountered a code fragment like:
TListBox *lbMP;
lbMP->Clear()
I suppose there is a member function Clear() within TListBox. However, cannot find any information on what it does. Anybody knows? Thanks.