TTnCnx.Tag

From Overbyte
Revision as of 19:07, 21 December 2007 by Markus.humm (talk | contribs) (first entry)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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