69 new, dispose, FillChar, Move : procedure; |
69 new, dispose, FillChar, Move : procedure; |
70 |
70 |
71 trunc, round : function : integer; |
71 trunc, round : function : integer; |
72 abs, sqr : function : integer; |
72 abs, sqr : function : integer; |
73 |
73 |
74 StrPas, FormatDateTime, copy, delete, str, pos, PosS, trim, LowerCase : function : shortstring; |
74 StrPas, FormatDateTime, copy, delete, str, PosS, trim, LowerCase : function : shortstring; |
|
75 pos : function : integer; |
75 StrToInt : function : integer; |
76 StrToInt : function : integer; |
76 SetLength, val : procedure; |
77 SetLength, val : procedure; |
77 _pchar : function : PChar; |
78 _pchar : function : PChar; |
78 pchar2str : function : string; |
79 pchar2str : function : string; |
79 memcpy : procedure; |
80 memcpy : procedure; |
80 |
81 |
81 min, max:function:integer; |
82 min, max:function:integer; |
82 assign, rewrite, rewrite_2, reset, reset_2, flush, BlockWrite, BlockRead, close : procedure; |
83 assign, rewrite, rewrite_2, reset, reset_2, flush, BlockWrite, BlockRead, close : procedure; |
83 FileExists, DirectoryExists, eof : function : boolean; |
84 FileExists, DirectoryExists, eof : function : boolean; |
84 ExtractFileName : function : string; |
85 ExtractFileName : function : string; |
85 |
86 |
86 ParamCount : function : integer; |
87 ParamCount : function : integer; |