setter

  1. A

    B4J Question About properties get & set.

    Hi to everyone. I have a class with two private strings declared in Class_Globals. Private ExportFolder As String Private FtpExportFolder As String Now I want to declare setters for those properties. This is what I do: public Sub setExportFolder(Value As String) ExportFolder = Value End Sub...
Top