DynamicGetFlags
Overview
When implementing the IDynamicObject, this has the flags for dynamic getting.
Location
- Reference: Island.fx
- Namespace: RemObjects.Elements.System
| Value | Description |
|---|---|
| CallDefault | If applicable, calls the default value (for example when calling methods without parameters in pascal). |
| CaseSensitive | If true, the name is case sensitive |
| FollowedByCall | This value is followed by a call. |
| NilOnBindingFailure | Returns nil on a binding failure. |
| NilSafe | Nil safe get. |
| None | None. |