|
<< Click to Display Table of Contents >> Navigation: Constants > CharTable |
SIGNATURE=IWBase.CharTable
ETYPE=Constant
Declaration:
Delphi: |
CharTable: packed array [0..64] of AnsiChar = 'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/='; |
C++: |
packed array [0..64] of AnsiChar CharTable = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/="; |
Unit: IWBase.pas
Description: This is constant IWBase.CharTable.