[Overview][Constants][Types][Classes][Procedures and functions][Variables] Reference for unit 'Classes' (#rtl)

TInterfacedPersistent.AfterConstruction

Overrides the standard AfterConstructionmethod.

Declaration

Source position: classesh.inc line 325

public procedure TInterfacedPersistent.AfterConstruction; override;

Description

AfterConstructionis overridden to do some extra interface housekeeping: a reference to the IInterfaceinterface of the owning class is obtained (if it exists).