Storage of assigned events.
property Events: TStrings;
Designer stores assigned events (associations between event and script procedure) to this string list. To enable events processing by designer set property StoreEvents to True.
Use Events.Names[Index] to access property path in view "ComponentName.EventName". For root events component name is omitted. Use Events.ValueFromIndex[Index] to get script procedure name.
|
Copyright (c) 2004 - 2011 EControl Ltd.. All rights reserved.
|
|
What do you think about this topic? Send feedback!
|