Subject | Re: [IBO] IB_Row.AsWideString?? Not Implemented?? |
---|---|
Author | Paul Vinkenoog |
Post date | 2004-01-21T22:43:39Z |
Hi Allen,
they did... :-)
But you can use the subclasses TIB_ColumnText and TIB_ColumnVarText;
both have the WideString stuff implemented. And TIB_ColumnBlob too,
but there AsWideString is just rerouted through AsString.
Greetings,
Paul Vinkenoog
>> AsWideString is a property of TIB_Column, not of TIB_Row, just likeAaargh, you're right! I only checked if the methods existed, not what
>> the other AsWhatever props. (...)
> Thanks but here is the implementation (?) of that method from my
> version of IBO (4.3Aa)
>
> function TIB_Column.GetAsWideString: widestring;
> begin
> raise Exception.Create( 'Not implemented at this time.' );
> end;
they did... :-)
But you can use the subclasses TIB_ColumnText and TIB_ColumnVarText;
both have the WideString stuff implemented. And TIB_ColumnBlob too,
but there AsWideString is just rerouted through AsString.
Greetings,
Paul Vinkenoog