Lazarus - TWebClientDataSet

Lazarus 2.0.6 - TMSWebCore 1.3.1.3


Hello,

I'm playing around with the TWebClientDataSet component and wondered why there are two different editors for the dataset field definitions. When using the component context field editor and creating items, these items are not visible in the FieldDefs editor which I can open in the object editor. What is the FieldDefs editor in the object inspector good for? 


Best regards

It concerns FieldDefs and Fields.
To create design-time field/fielddefs, I can use the Object Inspector to create/add FieldDefs, then you can also add fields via the context menu and have these created from the added FieldDefs.

Got it - thank you