4D v16.3

OBJECT SET COORDINATES

Página Inicial

 
4D v16.3
OBJECT SET COORDINATES

OBJECT SET COORDINATES 


 

OBJECT SET COORDINATES ( {* ;} object ; esquerda ; superior {; direita ; bottom} ) 
Parâmetro Tipo   Descrição
Operador in Se especificar, objeto é um nome de objeto (cadeia) Se omite, objeto é um campo ou uma variável
object  Inteiro longo in Nome de objeto (se * for especificado) ou Campo ou variável (se * for omitido)
esquerda  Inteiro longo in Coordenada esquerda do objeto em pixels
superior  Inteiro longo in Coordenada superior do objeto em pixels
direita  Inteiro longo in Coordenada direita do objeto em pixels
bottom  Inteiro longo in Coordenada inferior do objeto em pixels

The OBJECT SET COORDINATES command modifies the location and, optionally, the size of the object(s) designated by the object and * parameters for the current process.

Note: This command is the equivalent of using the OBJECT MOVE command and passing its 2nd * parameter. 

Passing the optional * parameter indicates that the object parameter is an object name (string). If you do not pass this parameter, it indicates that the object parameter is a field or variable. In this case, you pass a field or variable reference instead of a string (field or variable object only).

In the left and top parameters, pass the new absolute coordinates of the object in the form. These coordinates must be expressed in pixels with respect to the top left corner of the form. 

You can also pass absolute coordinate values in the right and bottom parameters, indicating the bottom right corner of the object. If this corner does not correspond to the corner of the object after application of the left and top parameters, the object is resized accordingly. 

Note: If you want to move an object relative to its initial position, we recommend using the existing OBJECT MOVE command.

This command only functions in the following contexts:

Exemplo  

A seguinte declaração localiza oi objeto "button_1" nas coordenadas (10,20) (30,40):

 OBJECT SET COORDINATES(*;"button_1";10;20;30;40)



Ver também 

CONVERT COORDINATES
OBJECT GET COORDINATES
OBJECT MOVE

 
PROPRIEDADES 

Produto: 4D
Tema: Objetos (Formulários)
Número 1248

 
HISTÓRIA 

Criado por: 4D v14

 
ARTICLE USAGE

Manual de linguagem 4D ( 4D v16)
Manual de linguagem 4D ( 4D v16.1)
Manual de linguagem 4D ( 4D v16.2)
Manual de linguagem 4D ( 4D v16.3)