streamSize
 
Syntax bytesInStream:=GetIconProperty(@"IconTitle", #streamSize)
 
Type Icon property
 
Description  This property indicates the total number of bytes currently in the stream for the specified Flash sprite icon. It returns an integer value.

You cannot set the streamSize property.
 

Example  This statement embedded in a display icon shows how many bytes are in the stream for the Flash sprite icon.

GetIconProperty(@"Flash Icon", #streamSize)

To Table of Contents Back to Previous document Forward to next document