TTMSFNCPDFGraphicsLibFontCharArray.IndexOf Method
Returns the index of a character code in the array, or
-1if not found.
API unit family: TMSFNCPDFCoreLibBase
Declaring type: TTMSFNCPDFGraphicsLibFontCharArray
Syntax
function IndexOf(AValue: Word): Integer;
Parameters
| Name | Description |
|---|---|
AValue |
Unicode character code point to search for. |
Returns
The zero-based sorted index of the value, or -1 if not found.