Copyright © 2002-2005 MultiMedia Soft 
Return to index  
 
abmCellsAddCell function 
 
Remarks
Adds a new cell, identified by a UniqueID identifier, to the list of available cells. 
Further information about cells management can be found inside the How to manage cells section.
Return value
Value
Meaning
 
 
FALSE
The operation failed
TRUE
The operation was successful
Syntax
BOOL abmCellsAddCell
HWND hWndBtn
short nUniqueID
short nPercLeft
short nPercTop
short nPercWidth
short nPercHeight
void *strText 
); 
 
 
Parameters
Description
hWndBtn
Windows handle associated to the button.
nUniqueID
Numerical value representing the cell's unique identifier: a control cannot have two cells with the same UniqueID
nPercLeft
Numerical value representing the initial cell's left position expressed in percentage of the container control's width
nPercTop
Numerical value representing the initial cell's top position expressed in percentage of the container control's height
nPercWidth
Numerical value representing the initial cell's width expressed in percentage of the container control's width
nPercHeight
Numerical value representing the initial cell's height expressed in percentage of the container control's height
strText
String representing the initial text displayed within the new cell
 
 
 
 
 
 
 
Copyright © 2002-2005 MultiMedia Soft 
Return to index