hPal Property (APicture)

Returns the handle to the palette currently used by the picture object.

Syntax

[ hPal = ] Object.hPal

The hPal property syntax has the following parts:

 

Name

Type

Description

Object

APicture

APicture object

hPal

AHandle

A handle to the palette currently used by the picture object.

Example

The following statement returns the handle of the palette currently used by the Logo1 picture object:

hLogo1=picLogo1.hPal

Applies to

APicture

See Also

Render