TTnCnx.Tag

From Overbyte
Jump to navigation Jump to search

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