[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'LResources' (#lcl)

ReadLFMHeader

Declaration

Source position: lresources.pp line 520

procedure ReadLFMHeader(

  LFMStream: TStream;

  out LFMType: string;

  out LFMComponentName: string;

  out LFMClassName: string

);

procedure ReadLFMHeader(

  const LFMSource: string;

  out LFMClassName: string;

  out LFMType: string

);

procedure ReadLFMHeader(

  const LFMSource: string;

  out LFMType: string;

  out LFMComponentName: string;

  out LFMClassName: string

);

The latest version of this document can be found at lazarus-ccr.sourceforge.net.