StartFilename |
Top Previous Next |
Gets/Sets the start XML File.
Visual Basic Syntax
TNBXmlVirtual.StartFileName [= StartFileName As String]
Delphi Syntax
TNBXmlVirtual.StartFileName [:= StartFileName:String];
Remarks
When you call the connect method the StartFilename will be the one that will be used to provide the content for the first screen. BaseDirectory will be set to the directory where StartFilename belongs.
See also OnNewScreen event and BaseDirectory property. |