There is no separate item on the palette for this object. This is created when editing a TTASPageControl and are the actual page tabs.
PROPERTIES
The following are the properties that apply to this object. Some are defined in Common Properties and are linked to their appropriate page.
Appearance
Caption | This is the text that is displayed in the page tab. This is any standard string and can be changed at runtime. |
Behavior
Font
Hint
Misc
Other
Highlighted | If this is checked (set to .True.) the tab is shaded. This can be used to set off a particular tab. This can be modified during runtime. |
ImageIndex | If you have specified a TImageList in the TTASPageControl object for this page this is the number of the image in that list. The default value is -1. Images start at 0. |
PageIndex | This is the tab counter. The first tab has an index of 0. By changing this value at runtime you can move the tab position. |
TabVisible | If this is checked (set to .True.) the tab is visible, if you uncheck the property, the tab will disappear and the user won't be able to choose that page. This would have the same effect as setting the Visible property to .False. This can be modified at runtime. |
Position
COMMENTS
To create a TTabSheet for a TTASPageControl right click on the TTASPageControl object. Then choose New Page from the popup menu. You can continue to make pages by right clicking and choosing New Page. To access the TTabSheet object for that page click on the appropriate tab, then click on the block below the tab. When you click on the tab itself the object in the object inspector is the TTASPageControl itself. When you click below the tab, in the panel below, you will see the TTabSheet object in the object inspector.
EVENTS
There are no events for this object. The event of changing pages applies to the TTASPageControl object.
Page url: http://www.cassoftware.com/tas/manual/ttabsheet.htm