|
@@ -546,7 +546,7 @@ begin
|
|
ptSet :
|
|
ptSet :
|
|
S:=Format('// Add custom set loading code here for %s from %s',[PN,FN]);
|
|
S:=Format('// Add custom set loading code here for %s from %s',[PN,FN]);
|
|
ptStream :
|
|
ptStream :
|
|
- R:=Format('FieldByName(%s).SaveToStream(O.%s);',[SFN,PN]);
|
|
|
|
|
|
+ R:=Format('AssignFieldAsStream(%s,O.%s);',[SFN,PN]);
|
|
ptTStrings :
|
|
ptTStrings :
|
|
R:=Format('O.%s.Text:=FieldAsString[%s];',[PN,SFN]);
|
|
R:=Format('O.%s.Text:=FieldAsString[%s];',[PN,SFN]);
|
|
ptCustom :
|
|
ptCustom :
|