Visit Gigasoft's Web Site
 ProEssentials v9 Help

Custom

Scope

Pego, Pesgo, Pe3do, Pepso, Pepco

Type

Boolean/Int32

Default

FALSE

.NET

PeSpecial.Custom

Ocx|Vcl

Custom

DLL

PEP_bCUSTOM

 

Purpose

This property defines whether the object displays the Original or Custom parameter set.

 

Setting

Description

TRUE

Create image using Custom parameter set.

FALSE

Create image using Original parameter set.

 

Comments

PeSpecial.Custom members of Pego.PeSpecial, Pesgo.PeSpecial, Pe3do.PeSpecial, Pepso.PeSpecial, Pepco.PeSpecial

 

If this property is adjusted, then the PEreinitializecustoms and PEresetimage functions need to be called in order to complete the transformation. OCX developers set PEactions = 17, 2, and then 3. VCL developers set PEactions = xReinitCustoms, xResetImage, xInvalidateImage.

 

NoCustomParms can be set to FALSE so that the object always uses the Original parameter set. This may be helpful if you are creating your own elaborate user interface.

 

Refer to Chapter 6 which discusses the Original and Custom Parameter sets in more depth.