FoxNewsClient::lRenderCompanyIcons

Determines whether the company icons are rendered in the RenderItemList method.

Default Value

Initial value: .F.

Example

*** If rendering all providers show icons
IF lnProviderFilter = 0
   loNC.lRenderCompanyIcons = .T.
ELSE
   loNC.lRenderCompanyIcons = .F.
ENDIF

See also:

Class FoxNewsClient


  Last Updated: 9/7/2001 | © West Wind Technologies, 2007