guides:programming:programmers_reference_manual:typeclass_property_common

TYPECLASS property (Common)

Returns the Presentation Server Type and Class classification of the specified object.

A string containing the TYPE of the object, followed by its class (if it has one), both delimited by a "." character.

DevelopmentRuntimeIndexedScaled
N/AGet OnlyNoNo

Not all objects have a CLASS attribute so in these instances some instances the TYPECLASS is the same as the TYPE property.

The class portion of an OLECONTROL control contains its GUID or ProgID, while the class portion of a WINCONTROL contains its Windows ClassName.

 
* // TYPECLASS example - OLECONTROL controls return a TYPECLASS

   * // specifier with the GUID/ProgID contained in the CLASS portion

   

   OleTypeClass = Get_Property( @Window : ".OLE_WEBBROWSER", "TYPECLASS" )

   OleClass = Field( OleTypeClass, ".", 2, 999 )
 
 
 

TYPE property, OLECONTROL object, WINCONTROL object.

  • guides/programming/programmers_reference_manual/typeclass_property_common.txt
  • Last modified: 2023/10/25 10:50
  • by 127.0.0.1