[progress Communities] [progress Openedge Abl] Forum Post: Re: Code Serialization Inconsistency

  • Thread starter Thread starter Mike Fechner
  • Start date Start date
Status
Not open for further replies.
M

Mike Fechner

Guest
With ABL properties on hybrid user controls, you should not rely on the implicit initial value. DEFINE PUBLIC PROPERTY xyz AS CHARACTER INIT “” . will not be written to the Form’s initializeComponent method when the property’s value is “”. But DEFINE PUBLIC PROPERTY xyz AS CHARACTER. will. So always define an explicit initial value.

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