ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Data.VBFunctionLib Assembly / GrapeCity.Enterprise.Data.VisualBasicReplacement Namespace / Constants Class / vbObject Field

In This Topic
    vbObject Field
    In This Topic
    Represents an object variant type, equivalent to the Visual Basic Object keyword. This value is used for variables that store references to objects.
    Syntax
    'Declaration
     
    Public Const vbObject As VariantType
    public const VariantType vbObject
    See Also