[Overview][Resource strings][Constants][Types][Classes][Index] Reference for unit 'resource' (#fcl-res)

TAbstractResourceReader.CallSubReaderLoad

Calls another reader's Load method

Declaration

Source position: resource.pp line 291

protected procedure TAbstractResourceReader.CallSubReaderLoad(

  aReader: TAbstractResourceReader;

  aResources: TResources;

  aStream: TStream

);

Arguments

aReader

  

The reader whose Load method must be called

aResources

  

The aResources parameter of Load method

aStream

  

The aStream parameter of Load method

Description

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.


Documentation generated on: May 14 2021