Subject Assign
Author Mack
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.