Source position: sdo_serialization.pas line 40
type TPropHandlerInfo = record
PropType: ISDOType;
WriterProc: TPropWriterProc;
WriterListProc: TPropListWriterProc;
ReaderProc: TPropReaderProc;
ReaderListProc: TPropListReaderProc;
end;