[Home]
[Edit this page]
[Recent Changes]
[Special Pages]
[Help]
CppBuilderEvent
[Edit this page] [Page history] [What links here] [Discuss this topic] [Printer Friendly]
CppBuilderEvent
(C++ Builder) Event
Events are 'things that can happen' to a Component and the function that is called then can be set at design-time. For example, a Button has an OnClick Event, which is by default (of Button1) the function Button1OnClick(TObject * Sender).[Edit this page] [Page history] [What links here] [Discuss this topic] [Printer Friendly]
