Language:
Русский
English
Abstract (procedure) (Objects unit)
A call to this procedure terminates the program with a run-time error 211.
Declaration
procedure Abstract;
Target
Windows
Remarks
When implementing an abstract object type, use calls to Abstract in virtual methods that must be overridden in descendant types. This ensures that any attempt to use instances of the abstract object type will fail.