TdxTokenEditProperties.OnTokenGlyphClick Event
Enables you to respond to clicking a token glyph within the token editor.
Declaration
property OnTokenGlyphClick: TdxTokenEditTokenClickEvent read; write;
Remarks
This event is raised when an end-user clicks a glyph within a token box.
To address the token editor, its token with the clicked glyph, and the corresponding ID text within the OnTokenGlyphClick event handler, use the Sender, AToken, and ATokenText parameters, respectively.
If you need to respond to clicking the Close glyph, handle the OnTokenDelete event instead.
Note
All token boxes do not display glyphs if the GlyphPosition property is set to teepNone.
See Also