Icon IsInt

Unit: WebCore

Available In: Client and Server Applications

function IsInt(const Value: String): Boolean

The IsInt function returns True if the input parameter is a valid integer string.

Examples

X := IsInt('10.20');  // X is False
Image