|
<< Click to Display Table of Contents >> Navigation: Types > PAnsiChar |
SIGNATURE=IWJsonDataObjects.PAnsiChar
ETYPE=Type
Declaration:
Delphi: |
PAnsiChar = MarshaledAString; |
C++: |
MarshaledAString PAnsiChar; |
Unit: IWJsonDataObjects.pas
Description: Mobile compilers have PAnsiChar but it is hidden and then published under a new name. This alias allows us to remove some IFDEFs.