Visit Gigasoft's Web Site
 ProEssentials v9 Help

PElaunchfontdialog

INT PElaunchfontdialog (hObject)

 

HWND 

hObject

The handle returned from PEcreate.

 

This function is used to invoke the customization dialog with focus on the font tab.

 

Returns

If successful, the function returns the result of the closing dialog, either IDOK, or IDCANCEL.

 

If unsuccessful, the function returns -1.

 

Comments

Ocx|Vcl developers, see the PEactions property.

 

Within Visual Basic, you can call this function as follows...

Pego1.PEactions = 10 ' Calls PElaunchfontdialog

 

In Delphi, use...

PEGraph1.PEactions := gFontDialog; {Calls PElaunchfontdialog}