The SDL Component Suite is an industry leading collection of components supporting scientific and engineering computing. Please visit the SDL Web site for more information....



OnBeforeShowObjLabel


Unit:SDL_dendrogram
Class:TDendrogram
Declaration:property OnBeforeShowObjLabel: TDendroShowObjLblEvent;
{TDendroShowObjLblEvent = procedure (Sender: TObject; Obj: integer; var Text: string) of object;}

The event OnBeforeShowObjLabel occurs immediately before an object label is drawn on the dendrogram canvas. The parameter Obj contains the index of the object in the data table Data, the variable parameter Text contains the text to be displayed. You may adjust this text to your needs.


Last Update: 2008-Okt-29