Unit 'Graphics' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#lcl]

CreateBitmapFromTyphonResource

Creates and loads a Bitmap from a Typhon Resource (.ctrs) file.

Declaration

Source position: graphics.pp line 2035

function CreateBitmapFromTyphonResource(

  const AName: string

):TCustomBitmap;

function CreateBitmapFromTyphonResource(

  const AName: string;

  AMinimumClass: TCustomBitmapClass

):TCustomBitmap;

function CreateBitmapFromTyphonResource(

  AHandle: TLResource

):TCustomBitmap;

function CreateBitmapFromTyphonResource(

  AHandle: TLResource;

  AMinimumClass: TCustomBitmapClass

):TCustomBitmap;



CT Web help

CodeTyphon Studio