Documentació de Gambas (versió en desenvolupament)
Compilació i instaŀlació
Components
gb
gb.desktop
gb.form
gb.qt4
ComboBox
Cursor
Dialog
gb.web
Documents
How To's
Language Index
Language Overviews
Lèxic
Missatges d'Error
ar
ca
cs
de
en
eo
es
fa
fr
hu
id
it
ja
ko
mk
nl
pl
pt
pt_BR
ru
sq
tr
vi
zh
zh_TW
Control.Direction (gb.qt4)
Property
Direction
As
Integer
Since 3.17.0
Return or set the control text direction.
It can take one of the following values:
Direction.Default
for using the direction of its parent, or the direction defined by the
System.RightToLeft
property.
Direction.LeftToRight
for using a left-to-right direction.
Direction.RightToLeft
for using a right-to-left direction.