System.PTextBuf

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

type PTextBuf = ^TTextBuf;

C++

typedef TTextBuf *PTextBuf;

Properties

Type Visibility Source Unit Parent
pointer
typedef
public
System.pas
System.hpp
System System

Description

Is a pointer to a TTextBuf.

PTextBuf represents a pointer to a TTextBuf.


See Also