[Home]
[Edit this page]
[Recent Changes]
[Special Pages]
[Help]
CppVclTObject
Most Events have a TObject pointer as an argument, for example the standard ButtonClick Event:
You can use this to determine who called the Event.
[Edit this page] [Page history] [What links here] [Discuss this topic] [Printer Friendly]
CppVclTObject
(C++ VCL) TObject
Base class of which all VCL classes inherit from.Most Events have a TObject pointer as an argument, for example the standard ButtonClick Event:
void __fastcall TForm1::Button1Click(TObject *Sender)
{
}
You can use this to determine who called the Event.
Code links
'TObject' links
- ?C++ CLX
- C++ Builder
- Pascal CLX
- Pascal VCL
[Edit this page] [Page history] [What links here] [Discuss this topic] [Printer Friendly]
