[fpc-pascal] Is there call back function when read resourcestring
Michael Van Canneyt
michael at freepascal.org
Sat Nov 7 17:55:47 CET 2009
On Sat, 7 Nov 2009, Zaher Dirkey wrote:
> Is there call back function when read string resourcestring, like as
>
> resourcestring
> sHello := 'Hello';
>
> s:= sHello; //<-- here
>
>
> like TWideStringManager is there a manager for resourcestring?
No.
The resourcestring tables can be manipulated with some of the objpas unit routines.
They are documented.
Michael.
More information about the fpc-pascal
mailing list