Einzelnen Beitrag anzeigen

Benutzerbild von Luckie
Luckie

Registriert seit: 29. Mai 2002
37.621 Beiträge
 
Delphi 2006 Professional
 
#4

Re: TStrings AccessViolatino Error

  Alt 5. Mai 2006, 22:14
Delphi-Referenz durchsuchenabstract
Zitat:
An abstract method is a virtual or dynamic method that has no implementation in the class where it is declared. Its implementation is deferred to a descendant class. Abstract methods must be declared with the directive abstract after virtual or dynamic. For example,

procedure DoSomething; virtual; abstract;

You can call an abstract method only in a class or instance of a class in which the method has been overridden.
Michael
Ein Teil meines Codes würde euch verunsichern.
  Mit Zitat antworten Zitat