Base36Const

<< Click to Display Table of Contents >>

Navigation:  Constants >

Base36Const

SIGNATURE=IWUtils.Base36Const

 

ETYPE=Constant

 

Declaration:

Delphi:

Base36Const = '0123456789abcdefghijklmnopqrstuvwxyz';

C++:

Base36Const = "0123456789abcdefghijklmnopqrstuvwxyz";

 

Unit: IWUtils.pas

 

Description: This is constant IWUtils.Base36Const.