66 |
66 |
67 StrPas, FormatDateTime, copy, delete, str, pos, trim, LowerCase : function : shortstring; |
67 StrPas, FormatDateTime, copy, delete, str, pos, trim, LowerCase : function : shortstring; |
68 Length, StrToInt : function : integer; |
68 Length, StrToInt : function : integer; |
69 SetLength, val : procedure; |
69 SetLength, val : procedure; |
70 _pchar : function : PChar; |
70 _pchar : function : PChar; |
|
71 pchar2str : function : string; |
71 memcpy : procedure; |
72 memcpy : procedure; |
72 |
73 |
73 assign, rewrite, reset, flush, BlockWrite, BlockRead, close : procedure; |
74 assign, rewrite, reset, flush, BlockWrite, BlockRead, close : procedure; |
74 IOResult : integer; |
75 IOResult : integer; |
75 exit, break, halt, continue : procedure; |
76 exit, break, halt, continue : procedure; |