owner | |||||||
Type | property | ||||||
Dictionary | LCS | ||||||
Library | LiveCode Script | ||||||
Syntax |
| ||||||
Associations | stack, card, field, button, graphic, scrollbar, player, image, group | ||||||
Summary | Reports which object is next in the object hierarchy. | ||||||
Introduced | 1.0 | ||||||
Changes | The ability to specify the long owner, short owner, and abbreviated owner forms was introduced in version 2.0. In previous versions, the abbreviated owner form was always used. | ||||||
OS | mac, windows, linux, ios, android | ||||||
Platforms | desktop, server, mobile | ||||||
Example |
| ||||||
Values |
| ||||||
Related | Keyword: abbreviated, string, effective, short, card Property: properties, ID, name Command: group Function: exists Glossary: object, property, audio clip, main stack, object hierarchy, substack, card control, read-only, video clip, grouped control Object: stack | ||||||
Description | Use the owner property to find out which object another object belongs to in the object hierarchy. If the owner's name is empty, the ID is reported instead of the name. The long, abbreviated, and short owner formats are described in detail in the entries for the name and ID properties. If you don't specify a format, the abbreviated owner is reported. The owner of a main stack is empty. The owner of a substack is its main stack. The owner of a card is the stack it resides in. The owner of a grouped control is its group. The owner of a card control is the card it resides on. The owner of an audio clip or video clip is the stack it resides in. | ||||||
Tags | objects |