Property SLScope.TSLDisplayCollectionItem.Tag

From Mitov Wiki Doc
Jump to: navigation, search

This is a Beta Read Only version of this page. Please review and send recommendations to mitov@mitov.com. We will enable the editing as soon as we are happy with the overall Wiki site.

Class: TSLDisplayCollectionItem

Contents

Syntax

Delphi:

property Tag : LongInt read FTag write FTag default 0;

C++ Builder:

__property int Tag = { read=FTag, write=FTag, default=0 };

Summary

Stores an general purpose integer value as part of an item

Description

Tag has no predefined meaning. The Tag property is provided for the convenience of developers. It can be used for storing an additional integer value or it can be typecast to any 32-bit value such as a component reference or a pointer.

Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox