TOlfRandomIDGenerator.getID Method

Definition

Generate a string composed by a random list of chars (0..9 -> numbers, 0..35 -> numbers + lowercased letters ('a'-'z'), 0 ..61 -> numbers and letters ('a'-'z' and 'A'-'Z')

Delphi
class function getID(const Base: Byte; const ASize: cardinal = 0): string

Parameters

Base
Byte
ASize
Cardinal

Returns

string