Subject | Re: [IBO] IBO - IB_String vs AnsiString |
---|---|
Author | Hans |
Post date | 2009-04-08T15:52:34Z |
This line copied from the d2009 version of IBODastabase.pas:
procedure SetText( const AValue: string ); override;
procedure SetText( const AValue: string ); override;
----- Original Message -----
From: "Martijn Tonies" <m.tonies@...>
To: <IBObjects@yahoogroups.com>
Sent: Wednesday, April 08, 2009 8:39 AM
Subject: Re: [IBO] IBO - IB_String vs AnsiString
>
>
>> Overriding a method means extending or refining it, rather than replacing
>> 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;
>
> Won't work unless you define it with the same parameters and all, so this
> method cannot be used with AnsiString/String ;-)
>
>
>
>
> So, I haven't looked at the new IBO yet, but is a "sql statement" now
> fully unicode? Or AnsiString?
>
> With regards,
>
> Martijn Tonies
> Upscene Productions
> http://www.upscene.com
>
> Download Database Workbench for Oracle, MS SQL Server, Sybase SQL
> Anywhere, MySQL, InterBase, NexusDB and Firebird!
>
> Database questions? Check the forum:
> http://www.databasedevelopmentforum.com
>
>
>
> ------------------------------------
>
> ___________________________________________________________________________
> IB Objects - direct, complete, custom connectivity to Firebird or
> InterBase
> without the need for BDE, ODBC or any other layer.
> ___________________________________________________________________________
> http://www.ibobjects.com - your IBO community resource for Tech Info
> papers,
> keyword-searchable FAQ, community code contributions and more !
> Yahoo! Groups Links
>
>
>