[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'Graphics' (#lcl)

TTextLayout

How the Text is to be laid out in the Text Rectangle

Declaration

Source position: graphics.pp line 94

type TTextLayout = (

  tlTop,

  

  tlCenter,

  

  tlBottom

  

);

Description

At the Bottom, Centre or Top of the available window or box

The latest version of this document can be found at lazarus-ccr.sourceforge.net.