[Visual Basic] Public const nonIndexedValue As Integer = -1 [C#] public const int nonIndexedValue = -1; [C++] public: const int nonIndexedValue = -1; [JScript] public const var nonIndexedValue: int = -1;
ScreenClassField Class | White.Recorder.CodeGeneration Namespace