Home API Manuals About Forum
Toggle Dark/Light/Auto mode Toggle Dark/Light/Auto mode Toggle Dark/Light/Auto mode Back to homepage

IsFigureText

Check if the string param s contains fugure or not.

If s can be converted as figure - Returns True, else False

NB: Figure means hex or decimal value. Can be with hex prefixes like $A32 or 0xA32

Pascal

function IsFigureText(s : String) : Boolean;

Python:

method not implemented.