Skip to content

EF.Rtti

This units defines routines that link EF.Tree with RTTI.

Routines

pascal
procedure ObjectToNode(const AObject: TObject;

Copies published properties in AObject to ANode. Creates subnodes for nested objects. Some non-streamable types, such as events, are not copied.

pascal
procedure NodeToObject(const ANode: TEFTree;

Copies property values from ANode to AObject and subobjects. Some non-streamable types, such as events, are not supported.

Released under Apache License, Version 2.0.