RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
StrUtils.TCompareTextProc Type

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.

Pascal
TCompareTextProc = function (const AText, AOther: string): Boolean;
C++
(const AText, AOther: string): Boolean ( TCompareTextProc)();
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!