FOM Reference > Content > Tags > fControl interface
  
fControl interface
This object contains the base properties for all control stream objects. This object isn't intended to be used directly, but is instead inherited by all other control stream objects.
This object inherits from fTag.
source attribute
The source text stream associated with this control object.
source
Access
read-only
Returns
fStream
readResolve method
Return the fControl object corresponding to the given serialized representation.
readResolveobj
Parameters
Objectobj
The serialized representation.
Returns
fControl. The control stream corresponding to the serialized representation.