Master Detail Issue

Im use te solution
[XDataProperty]
property Accredited: Boolean read GetAccredited write SetAccredited;

and add this decorator
[Transient]
FAccredited: Boolean;

I'm not sure if right ?

Thank you for link to bidirectional mapping, i will check and use in my projects.