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

Declaration
type  
  TacSimpleBiDiMode = (bdLeftToRight, bdRightToLeft);  
 
property BiDiMode: TacSimpleBiDiMode;  

Description
The BiDiMode property controls whether the text for balloon hints can be layout in right to left reading order for bi-directional text when the font selected is a Hebrew or Arabic font (bdRightToLeft). The default reading order is left to right (bdLeftToRight).  

See also
Font property.