You are reading help file online using chmlib.com
|
Rave Reports Developer Reference TBaseReport. SelectBin method |
Top Previous Next |
Declaration function SelectBin(BinName: string): Boolean;
Category
Description This method will select a bin containing BinName in its description and return a Boolean value of whether it was successful or not.
NOTE: This method must be called before any calls to the OnNewPage event.
See also TBaseReport Class, Bins, OnNewPage, SupportBin
Example (Delphi) SelectBin('UPPER');
Example (C++Builder) SelectBin("UPPER"); |
You are reading help file online using chmlib.com
|