StyleGrid REALbasic Plugin

StyleGridPicture.InnerObjectPtr Property

Obtains the Inner Object for the StyleGridPicture Object.

InnerObjectPtr as Integer {Read}

Remarks


The purpose of this is to allow binary compatible versions of StyleGrid and DataGrid to be able to share the same picture object, that is you can assign the inner object of a StyleGridPicture to a DataGridCell.

As noted above then this is advanced feature, and you are responsible for not assigning rubbish integer pointer to it if you use it.

InnerObjectPtr as Integer

Notes:
You may not store inner object pointers in any kind of variables or arrays because they might not be valid once they use it, that is if their actual objects lifetime has ended when putting them to use. Always only use the Inner Object pointers right after you get them.

See Also

StyleGridPicture Class