This is the legacy 4D documentation web site. Documentations are progressively being moved to developer.4d.com

Home

 
4D v19
VP Get row attributes

VP Get row attributes 


 

VP Get row attributes ( rangeObj ) -> Function result 
Parameter Type   Description
rangeObj  Object in Range object
Function result  Collection in Collection of row properties

The VP Get row attributes command returns a collection of properties for any row in the rangeObj.

In rangeObj, pass an object containing a range of the rows whose attributes will be retrieved.

The returned collection contains any properties for the rows, whether or not they have been set by the VP SET ROW ATTRIBUTES command.

Example  

The following code:

 C_OBJECT($range)
 C_COLLECTION($attr)
 
 $range:=VP Column("ViewProArea";1;2)
 $attr:=VP Get row attributes($range)

will return a collection of the attributes within the given range:



See also 

VP Get column attributes
VP SET COLUMN ATTRIBUTES
VP SET ROW ATTRIBUTES

 
PROPERTIES 

Product: 4D
Theme: 4D View Pro Language
Number: 9911

This command can be run in preemptive processes

 
PAGE CONTENTS 
 
HISTORY 

Created: 4D v18 R2

 
ARTICLE USAGE

4D View Pro Reference ( 4D v19)