You are reading help file online using chmlib.com
|
Rave Reports Developer Reference TabIndex property (read/write/published) archived BEX only |
Top Previous Next |
Declaration property TabIndex: integer;
Default 0
Category
Components TReportSection
Description These properties defines the saved tabs position that will be initialized during a call to SetupSection. A value of 0 will not cause any tab settings to be changed.
See also SaveTabs
Example (Delphi) TabIndex := 4; { Use the tab settings save in position 4 }
Example (C++Builder) TabIndex = 4; // Use the tab settings save in position 4 |
You are reading help file online using chmlib.com
|