[Progress Communities] [Progress OpenEdge ABL] Forum Post: RE: Implementing a singelton

  • Thread starter Thread starter Peter Judge
  • Start date Start date
Status
Not open for further replies.
P

Peter Judge

Guest
You can store the value of class:instance in a variable/temp-table field/property etc. The point of it is that there's one and only one instance of the object running and any given time. The "advanced" stuff is really around how you make sure that the above sentence is true. The static property/method approach is the simplest but it's not the only way of doing things.

Continue reading...
 
Status
Not open for further replies.
Back
Top