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

In This Topic
    vbTrue Field
    In This Topic
    Represents a Boolean true value when calling number-formatting and other functions that accept a TriState parameter.
    Syntax
    'Declaration
     
    Public Const vbTrue As TriState
    public const TriState vbTrue
    See Also