Data.DBXPlatform.TDBXAnsiString

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type:
pointer
typedef
Visibility: public
Source:
System.pas
Data.DBXPlatform.hpp
Unit: Data.DBXPlatform
Parent: Data.DBXPlatform

Delphi

type TDBXAnsiString = ^AnsiChar;

C++

typedef char * TDBXAnsiString;

Description

Represents an alias for PAnsiChar.

The TDBXAnsiString type represents an alias for PAnsiChar.

See Also