blob: a19143ba15d82bd6e5a6367a769a9c3344517a3e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
unit uw13583;
interface
type
TEDBString = WideString;
TEDBString2 = ansiString;
const
DEFAULT_SIGNATURE = TEDBString('edb_signature');
DEFAULT_SIGNATURE2 = TEDBString('edb_signature2');
implementation
end.
|