OWLNext 7.0
Borland's Object Windows Library for the modern age
|
The TGadget constructor syntax is
The following table describes the TGadget parameters:
Parameter | Description |
id | An arbitrary value used as the identifier number for the gadget. You can use the identifier to identify a particular gadget in a gadget window. Other uses for the gadget identifier are discussed in Identifying a Gadget. |
style | An enum of type TBorderStyle. There are five possible values for style:
|
The TGadget destructor is declared virtual. The only thing it does is to remove the gadget from its gadget window if that window is still valid.