Field IGDIPlus.TGPPropertyItem.value

From Mitov Wiki Doc
Revision as of 01:05, 7 June 2013 by David Alm (Talk | contribs)
Jump to: navigation, search

This is a Beta Read Only version of this page. Please review and send recommendations to mitov@mitov.com. We will enable the editing as soon as we are happy with the overall Wiki site.

Class: TGPPropertyItem

Contents

Syntax

Delphi:

value : Pointer;

C++ Builder:

Pointer value;

Visual C++ (MFC):

void * value;

C# (.NET):

public IntPtr value;

Summary

Pointer to an array of values. Each value in the array has the data type specified by the type data member.

Description

Pointer to an array of values. Each value in the array has the data type specified by the type data member.

Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox