pgInternalPointer | |
Type | property |
Dictionary | widget.polygrid |
Library | PolyGrid |
Syntax |
|
Synonyms | pghelperbuffer |
Associations | com.livecode.widget.polygrid |
Summary | It is a pointer to tell certain properties where they should operate. |
Example |
|
Description | Use the pgInternalPointer property to set a pointer to the elements you want to work with the pgTextOfCell, pgTextOfRow, pgContentTypeofColumn, pgDataOfRow properties. The value of this property must be set before calling one of the above. In addition, the value of this property is interpreted differently for each of the properties that depend on it. The values for each of the properties are: - pgTextOfCell: (point) Column Number, Row Number. - pgTextOfRow: (integer) Row Number. - pgContentTypeofColumn: (integer) Column Number. - pgDataOfRow: (integer) Row Number. |
Tags | table,data |