Adding Additional Properties, Methods, and Events

From RAD Studio
Jump to: navigation, search

Go Up to Customizing the ActiveX Control's Interface


You can add additional properties, methods, and events to the control using the type library editor. The declaration is automatically added to the control implementation unit, type library (TLB) file, and type library unit. The specifics of what Delphi supplies depend on whether you have added a property or method, or whether you have added an event.

Topics