123456789101112131415161718192021222324252627282930313233343536373839 |
- This directory contains the examples for the Sysutils unit.
- ex1.pp contains an example of the Date function.
- ex2.pp contains an example of the DateTimeToFileDate function.
- ex3.pp contains an example of the DateTimeToStr function.
- ex4.pp contains an example of the DateTimeToString function.
- ex5.pp contains an example of the DateTimeToSystemTime function.
- ex7.pp contains an example of the DateToStr function.
- exex8.pp contains an example of the DayOfWeek function.
- ex9.pp contains an example of the DecodeDate function.
- ex10.pp contains an example of the DecodeTime function.
- ex11.pp contains an example of the EncodeDate function.
- ex12.pp contains an example of the EncodeTime function.
- ex13.pp contains an example of the FileDateToDateTime function.
- ex14.pp contains an example of the FormatDateTime function.
- ex14.pp contains an example of the FormatDateTime function.
- ex15.pp contains an example of the IncMonth function.
- ex16.pp contains an example of the IsLeapYear function.
- ex17.pp contains an example of the MSecsToTimeStamp function.
- ex18.pp contains an example of the Now function.
- ex19.pp contains an example of the StrToDate function.
- ex19.pp contains an example of the StrToDateTime function.
- ex21.pp contains an example of the StrToTime function.
- ex22.pp contains an example of the SystemTimeToDateTime function.
- ex23.pp contains an example of the Time function.
- ex24.pp contains an example of the TimeStampToDateTime function.
- ex25.pp contains an example of the TimeToStr function.
- ex26.pp contains an example of the CreateDir and RemoveDir function.
- ex27.pp contains an example of the DiskFree function.
- ex28.pp contains an example of the GetCurrentDir function.
- ex29.pp contains an example of the SetCurrentDir function.
- ex30.pp contains an example of the ChangeFileExt function.
- ex31.pp contains an example of the DeleteFile function.
- ex32.pp contains an example of the DoDirSeparators function.
- ex33.pp contains an example of the ExpandFileName function.
- ex34.pp contains an example of the ExtractFileName function.
- ex35.pp contains an example of the ExtractRelativePath function.
- ex36.pp contains an example of the FileAge function.
- ex37.pp contains an example of the FileCreate function.
|