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....



TTxtLblAttachMode


Unit:SDL_sdlbase
Class: none
Declaration: TTxtLblAttachMode = (tlamNone, tlamXOnly, tlamYOnly, tlamBoth);

The type TTxtLblAttachMode declares attach mode of text labels:

tlamNone the label is not attached at all
tlamXOnly the label is attached to the x-coordinates (i.e. the label stays at a given x value)
tlamYOnly the label is attached to the y-coordinates (i.e. the label stays at a given y value)
tlamBoth the label is attached to both the x- and the y-coordinates


Last Update: 2023-Feb-06