InPlaceEdit (HowTo?)

<?: prefix = o ns = "urn:schemas-microsoft-com:office:office" /><o:p>

Bruno.

In a prior email I asked the question: Is there a way to disable
editing on any of the editors?

And you responeded : Currently there is no built-in option for
this. You could create your custom editor dialog though where you can disable
this.

I am not sucessful on trying to do what you stated and I don’t see
any examples in your demos. I’m not even sure how to use any of the InPlace
editors (peMomo, peEdit, pfMaskEdit, peRichTexxt, peCustom, prForm) as again I
find no examples in the ‘Developers Guide”.

If for instance I want to use an InPlaceEdit(peMemo)… what
properties do I need to set and how do I call up the memo … or any other type
if InplaceEditor?

</o:p>

In your previous post you refer to the TPeriodItemEditor. You can use this class with full source code in PlanPeriodEdit.pas as an example of how to build custom PlannerItem editor components.