Show / Hide Table of Contents

Class NSCategoryGuess

Currently not used!

Syntax

Constructors

NSCategoryGuess()

Currently not used!

Declaration
NSCategoryGuess

Methods

GetDummy()

Currently not used!

Declaration
String GetDummy()
Returns
Type Description
String
Examples
NSCategoryGuess thing;
String dummy = thing.GetDummy();

SetDummy(String)

Currently not used!

Declaration
Void SetDummy(String dummy)
Parameters
Type Name Description
String dummy
Returns
Type Description
Void
Examples
NSCategoryGuess thing;
String dummy;
thing.SetDummy(dummy);
In This Article
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top