[Overview][Constants][Types][Procedures and functions][Index] Reference for unit 'dynlibs' (#rtl)

LibraryHandler

Initialize a TLibHandler structure

Declaration

Source position: dynlibs.pas line 90

function LibraryHandler(

  const InterfaceName: String;

  const DefaultLibraries: array of String;

  const Symbols: PLibSymbol;

  const SymCount: Integer;

  const AfterLoading: TLibEventLoading = nil;

  const BeforeUnloading: TLibEventUnloading = nil

):TLibHandler;

Description

LibraryHandler initializes a new TLibHandler record: it initializes all fields from the parameters that are passed to it, and zeroes out the other fields. It returns the initialized record.

Errors

None.

See also

TLibHandler

  

Library initialization descriptor


Documentation generated on: Oct 02 2010