Syntax | result:=GetIconProperty(@" IconTitle", #state) |
||||||||||||
Type | Icon property |
||||||||||||
Description | This property indicates the streaming state of a Flash sprite icon. The state property can have these integer values:
You cannot set the |
||||||||||||
Example | This routine checks the state property to see if an error occurred for a Flash sprite icon. If there was an error, the routine sets a custom variable with the message and then calls the clearError method.
If GetIconProperty(@"Flash Icon", #state) then Error:=CallIcon(@"Flash Icon", #getError) CallIcon(@"Flash Icon", #clearError) end |
||||||||||||
Related Functions | clearError property, getError method
|