OnGetBreakValue
I see some newsgroup mention that user can control when a group break by
coding OnGetBreakValue, the example given is:
if condition then
aBreakValue := 'Some Value';
But I still don't know how to use it, how to set the 'Some Value' to cause
the group break? What is the function of aBreakValue?
coding OnGetBreakValue, the example given is:
if condition then
aBreakValue := 'Some Value';
But I still don't know how to use it, how to set the 'Some Value' to cause
the group break? What is the function of aBreakValue?
This discussion has been closed.