RAD Studio
ContentsIndex
PreviousUpNext
Declaring Methods

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.

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!