Unit 'resource' Package
[Overview][Resource strings][Constants][Types][Classes][Index] [#fcl-res]

TAbstractResourceReader.CallSubReaderLoad

Calls another reader's Load method

Declaration

Source position: resource.pp line 298

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: Jan 30 2024