4D v16

Utilizar los comandos del tema Objeto (Formularios)

Inicio

 
4D v16
Utilizar los comandos del tema Objeto (Formularios)

Utilizar los comandos del tema Objeto (Formularios)  


 

 

Los siguientes comandos soportan objetos formulario 4D Write Pro:

ComandoComentarios
OBJECT DUPLICATE
OBJECT Get auto spellcheck/OBJECT SET AUTO SPELLCHECK
OBJECT Get border style/OBJECT SET BORDER STYLE
OBJECT Get context menu/OBJECT SET CONTEXT MENU
OBJECT GET COORDINATES/OBJECT SET COORDINATES
OBJECT Get data source/OBJECT SET DATA SOURCE
OBJECT GET DRAG AND DROP OPTIONS/OBJECT SET DRAG AND DROP OPTIONS
OBJECT Get enabled/OBJECT SET ENABLED
OBJECT Get enterable/OBJECT SET ENTERABLE
OBJECT GET EVENTS/OBJECT SET EVENTS
OBJECT Get focus rectangle invisible/OBJECT SET FOCUS RECTANGLE INVISIBLE
OBJECT Get font/OBJECT SET FONTAplicado a la selección actual (si la hay)
OBJECT Get font size/OBJECT SET FONT SIZEAplicado a la selección actual (si la hay)
OBJECT Get font style/OBJECT SET FONT STYLEAplicado a la selección actual (si la hay)
OBJECT Get horizontal alignment/OBJECT SET HORIZONTAL ALIGNMENTAplicado a la selección actual (si la hay). Soporte de la constante wk justify para áreas 4D Write Pro
OBJECT GET RESIZING OPTIONS/OBJECT SET RESIZING OPTIONS
OBJECT SET COLORAplicado a la selección actual (si la hay)
OBJECT GET RGB COLORS/OBJECT SET RGB COLORSAplicado a la selección actual (si la hay)
OBJECT Get type
OBJECT Get vertical alignment/OBJECT SET VERTICAL ALIGNMENTAlineación vertical de párrafos: sólo tiene efecto cuando la altura del párrafo es mayor a la altura del texto del párrafo
OBJECT Get visible/OBJECT SET VISIBLE
OBJECT Is styled textDevuelve true
OBJECT MOVE
OBJECT GET SCROLL POSITION/OBJECT SET SCROLL POSITION
OBJECT GET SUBFORM CONTAINER SIZE
OBJECT Get name
OBJECT Get pointer

Todos los comandos OBJECT no enumerados anteriormente no son aplicables a áreas 4D Write Pro.

Ejemplo  

Usted quiere definir la alineación horizontal de un área 4D Write Pro al centro:

 Case of
    :(Form event=On Clicked)
       OBJECT SET HORIZONTAL ALIGNMENT(*;"myObject";Align center)
       hAlignLeft:=0 //almacenar la propiedad para la siguiente visualización
       hAlignRight:=0
 End case



Ver también 

Utilizar los comandos del tema Texto con estilo

 
PROPIEDADES 

Producto: 4D
Tema: Lenguaje 4D Write Pro

 
HISTORIA 

 
ARTICLE USAGE

Referencia 4D Write Pro ( 4D v16)