Specifies the method that implements the component functionality.
procedure Process; virtual; abstract;
Description
Process is an abstract virtual procedure in TIdAntiFreezeBase. Descendant classes must implement Process to define the specific functionality performed by the component.