Skip to main content

SalFunctionalClass

Namespace: PPJ.Runtime

Assembly: PPJ.Runtime.49 (4.9.0.0)

Summary description for SalFunctionalClass.

public class SalFunctionalClass

Constructors

Instance memberSalFunctionalClass()

Default constructor.

Fields

NameTypeDescription
_derivedObjectInstance of the derived object that inherits this class as a second base in a multiple inheritance tree.

Methods

Static memberCreateFromString(className)

Creates an instance of the class.

ParameterTypeDescription
classNameStringClass name

Returns: SalFunctionalClass.

Instance memberGetTypeName()

Returns the name of the class.

Returns: String. BOOL

Instance memberIsDerivedFrom(className)

Returns true if the object is derived from the class specified.

ParameterTypeDescription
classNameString

Returns: Boolean.

Instance memberIsDerivedFrom(type)

Returns true if the object is derived from the class specified.

ParameterTypeDescription
typeType

Returns: Boolean.

Static memberIsValidClassName(className)

Determine whether the specified class name is a valid user-defined class name.

ParameterTypeDescription
classNameString

Returns: Boolean.

Inherited By

NameDescription
SalCoClassSummary description for SalCoClass.
SalObjectSummary description for SalObject.
SalOleErrorInfoOleErrorInfo implementation.
SalSafeArraySalSafeArray implementation.
SalVariantVariant implementation.
SalToolTipManagerClass for managing tool tips.
VisPoint
VisRect
VisSize