RAD Studio
ContentsIndex
PreviousUpNext
Abstract Class Members

When a method is declared as abstract in an ancestor class, you should surface it (by redeclaring and implementing it) in any descendant component before you use the new component in applications. On the Win32 platform, Delphi can create instances of a class that contains abstract members. This is not recommended, however. For more information about surfacing inherited parts of classes, see Creating properties and Creating methods.

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