Difference between revisions of "TTnCnx.Tag"

From Overbyte
Jump to navigation Jump to search
(first entry)
 
(No difference)

Latest revision as of 19:07, 21 December 2007

Main page -> ICS component reference -> TTnCnx -> Tag

Definition

property Tag: integer;

Description

Every VCL component normally has a tag field which can be used freely. It can store a integer number as sort of ID. It is possible to go through the list of components on a form and cast each one to TComponent to dynamically find one specific instance of something. The tag field may be used to help with it.

Example

Best practices

How to