Visit Gigasoft's Web Site
 ProEssentials v9 Help

PEdrawtable

BOOL PEdrawtable (hObject, nIndex)

 

HWND 

hObject

The handle returned from PEcreate.

UINT 

nIndex

The index of table annotation.

 

The PEdrawtable function is used to immediately update a table annotation without having to update the entire image. nIndex corresponds to the state of WorkingTable when the table annotation was constructed.

 

You will usually call this in response to a mouse move event or some other event which requires an immediate update of a table annotation.

 

Setting CacheBmp to TRUE is recommended when using this feature.

 

Returns

NonZero if the function was successful, otherwise Zero.

 

Comments

See example 028 within demo for more info.

 

.NET developers, see PeFunction.DrawTable

ActiveX developers, see PEdrawtable method