| [Overview][Resource strings][Constants][Types][Classes][Index] | 
Calls another reader's Load method
Source position: resource.pp line 291
protected procedure TAbstractResourceReader.CallSubReaderLoad(  | 
aReader: TAbstractResourceReader;  | 
aResources: TResources;  | 
aStream: TStream  | 
);  | 
aReader  | 
  | 
The reader whose Load method must be called  | 
aResources  | 
  | 
The aResources parameter of Load method  | 
aStream  | 
  | 
The aStream parameter of Load method  | 
This method allows a descendant class to call another reader's Load method. This can be useful when a reader needs to use another one.