[progress Communities] [progress Openedge Abl] Forum Post: 11.5.1: .net Generic Types Usage

  • Thread starter Thread starter Stefan Marquardt
  • Start date Start date
Status
Not open for further replies.
S

Stefan Marquardt

Guest
Hi, can I use generic types to create for controls with OE 11.5.1? define variable x as T60LoggClass. x = new T60LoggClass(). x :Txt = "Test" . /* fails */ define variable a as class "System.Collections.Generic.List " . It's a class with properties only like, the standard in C# using Progress.Lang.*. block-level on error undo , throw . class T60LoggClass: define public property IDUser as character no-undo get . set . define public property Txt as character no-undo get . set . end class .

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