Declaring Methods

From RAD Studio
Jump to: navigation, search

Go Up to Creating methods Index

Declaring a method in a component is the same as declaring any class method.

To declare a new method in a component, do the following:

  • Add the declaration to the component's object-type declaration.
  • Implement the method in the implementation part of the component's unit.

Topics

See Also