JVCL Help:TJvTabBarItem.Assign
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvTabBarItem.Assign Method
[+] TJvTabBarItem Events
[+] TJvTabBarItem Methods
[+] TJvTabBarItem Properties
Search in JVCL Help
Search in all projectsSummary
Copies values into the current tab.
Pascal
procedureAssign(Source: TPersistent); override;
Parameters
Parameters | Description |
Source: TPersistent | Contains values to assign to the tab. |
Description
Assign is an overridden procedure used to assign values from the persistent object specified in Source to the current collection item. When Source is a TJvTabBarItem descendant, the following properties are copied from Source to the current tab instance:
ImageIndex |
Enabled |
Visible |
Tag |
Data |
Hint |
ShowHint |
Name |
Caption |
Modified |
Images |
If Source does not descend from TJvTabBarItem, the inherited Assign method is called using the value in Source.
Assign is used in the implementation of TJvTabBarItems to perform write access to the indexed Items property for the collection.
See Also
About
Contribute to this help topic
This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page