You are reading help file online using chmlib.com
|
Rave Reports Developer Reference Enabled property (read/write/published) archived BEX only |
Top Previous Next |
Declaration property Enabled: Boolean;
Default true
Category
Components TReportSection
Description This property will enable or disable the section settings during a call to SetupSection. If this property is set to false then no settings for the section will be used.
See also
Example (Delphi) ReportSection.Enabled := false;
Example (C++Builder) ReportSection->Enabled = false; |
You are reading help file online using chmlib.com
|