System.PExtended

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

PExtended     = ^Extended;    {$NODEFINE PExtended}   { defined in sysmac.h }

C++

typedef Extended*            PExtended;        //

Properties

Type Visibility Source Unit Parent
pointer
typedef
public
System.pas
sysmac.h
System System

Description

Is a pointer to an Extended.

PExtended is a pointer to an Extended.

See Also