formhints TextAlignment property
Return to Introduction  Previous page  Next page
Applies to
acFormHints component.  

Declaration
type  
  TacTextAlignment = (taNone, taLeft, taRight, taCenter);  
 
property TextAlignment: TacTextAlignment;  

Description
The TextAlignment property controls how the text should be aligned within borders of balloon hint. When TextAlignment is taCenter, text will centered within a balloon. When it taRight, text will pressed to right edge of balloon.  

See also
Font and MaxWidth properties.