Subject | Assign |
---|---|
Author | Mack |
Post date | 2005-08-03T02:38:54Z |
In the Sample Contacts program, within the OnGetCellProps procedure,
there is a call to a function Assign. There does not appear to be
such a function within IBO, and there is no such function in C++
Builder 6. The function appears to do the same thing as creating an
if (ACol > )
{
your code here
}
as the code in the OnGetCellprops will only run if one does this.
there is a call to a function Assign. There does not appear to be
such a function within IBO, and there is no such function in C++
Builder 6. The function appears to do the same thing as creating an
if (ACol > )
{
your code here
}
as the code in the OnGetCellprops will only run if one does this.