mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-12 22:29:57 +02:00
16 lines
150 B
ObjectPascal
16 lines
150 B
ObjectPascal
unit uw8372;
|
|
|
|
{$mode delphi}
|
|
|
|
interface
|
|
|
|
resourcestring
|
|
sChromatogram='Chromatogram';
|
|
|
|
var
|
|
ps:PResStringRec=@sChromatogram;
|
|
|
|
|
|
implementation
|
|
end.
|