TCompareTextProc is a function pointer which specifies a function to compare two string values, AText, and AOther, and return true if these two values are equivilant.
TCompareTextProc = function (const AText, AOther: string): Boolean;
(const AText, AOther: string): Boolean ( TCompareTextProc)();
StrUtils
Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
|
What do you think about this topic? Send feedback!
|