AnsiCompareFileName Routine
Talk0
2,901pages on
this wiki
this wiki
This page is intended as a supplement to the official documentation on Delphi programming. CodeGear is in the process of putting the Delphi documentation on the Web. Once they have done so, this page will link to the relevant page in the official documentation.
see the VCL Documentation Guidelines for an overview on doc pages
Contents |
Unit
Edit
Description
Edit
Definition (Delphi 6):
function AnsiCompareFileName(const S1, S2: string): Integer;
Definition (Delphi 2009):
function AnsiCompareFileName(const S1, S2: string): Integer; inline; overload;
Definition (Delphi XE):
function AnsiCompareFileName(const S1, S2: string): Integer; {$IFNDEF MACOS}inline;{$ENDIF} overload;
Technical Comments
Edit
(Known issues / Documentation clarifications / Things to be aware of)
Examples
Edit
(Please provide links to articles/source code that show how to use this item.)
See Also
Edit
(Please provide links to items specifically related to this item.)
User Comments/Tips
Edit
(Please leave your name with your comment.)