61 Now : function : integer; |
61 Now : function : integer; |
62 |
62 |
63 new, dispose, FillChar, Move : procedure; |
63 new, dispose, FillChar, Move : procedure; |
64 |
64 |
65 trunc, round : function : integer; |
65 trunc, round : function : integer; |
66 abs, Sqr : function : integer; |
66 abs, sqr : function : integer; |
67 |
67 |
68 StrPas, FormatDateTime, copy, delete, str, pos, trim, LowerCase : function : shortstring; |
68 StrPas, FormatDateTime, copy, delete, str, pos, trim, LowerCase : function : shortstring; |
69 Length, StrToInt : function : integer; |
69 Length, StrToInt : function : integer; |
70 SetLength, val : procedure; |
70 SetLength, val : procedure; |
71 _pchar : function : PChar; |
71 _pchar : function : PChar; |