Indy 9
|
IndyPos: TPosProc = nil;
For single-byte character sets, where the leading byte is #0 (Decimal 0), IndyPos will use the address of SBPos. SBPos implements the Pos function hidden by Object Pascal "compiler magic".
For multi-byte character sets, IndyPos will use the address of AnsiPos.