ok_abstract_sealed
type TAbstractClass = class abstract(TObject)
description of TAbstractClass
TAbstractClass
var AVariable: integer;
procedure AProcedure;
description of AVariable
AVariable
description of AProcedure
AProcedure