|
PEvsetcellBOOL PEvsetcell (hObject, nProperty, nCell, lpvData)
This function sets individual elements of property arrays by copying the data pointed to by lpvData into the property array element located by hObject, nProperty, and nCell. This function is designed to be used with properties which start with PEP_fa, PEP_sza, PEP_na, and PEP_dwa.
Returns NonZero if the function was successful, otherwise Zero.
Comments PEvsetcellEx can be used to simplify setting two dimensional property arrays.
PEvset can be used to set an entire array.
PEvsetEx can be used to set partial data within an array.
When working with string data, (PEP_sza properties) PEvsetcellA and/or PEvsetcellW may be called to work specifically with short-char or wide-char data. Else the presence of the UNICODE pragma will control which function is automatically called.
Refer to the Appendix B Property Reference to view possible property codes.
See Also: PEvgetcell, PEvgetcellEx, PEvget, and PEvgetEx.
|
©2012 Gigasoft, Inc. | All rights reserved. Gigasoft is a registered trademark, and ProEssentials a trademark of Gigasoft, Inc. |
|