| Published on March 09, 2007 [03:04:01 PM] |
Browse class : Button|
Description Constructor. UniqueId is a numaric value to uniquely idetify the control on a form or any kind of parent window, when command is triggered. To prevent same id's use macro AUTO_ID instead of a constant value for this parameter. ParentObject can be any object from RAD C++ library, even another button, but usualy it is a Form you already have created. Return Nothing |
Remarks Example: Form form1("My form"); Button button1("ButtonX",AUTO_ID,0,0,100,100,form1); |
| Visit www.radcpp.com for more help and updates. | Documentation created using FlaX.Doc |