Subject | Re: [IBO] IBO - IB_String vs AnsiString |
---|---|
Author | Jason Wharton |
Post date | 2009-04-10T05:07:39Z |
> Overriding a method means extending or refining it, rather than replacingI'm not talking about methods of objects.
> it. A descendant class can override any of its inherited virtual methods.
>
> To override a method in a descendant class, add the directive override to
> the end of the method declaration.
>
> procedure SetText( const AValue: string ); override;
I'm talking about functions in my library that do the bulk of the work.
Regards,
Jason Wharton