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

ReadXPMSize

Reads the first line from an XPM PChar array which contains the width, height and number of colors for the XPM data.

Declaration

Source position: graphics.pp line 2027

function ReadXPMSize(

  XPM: PPChar;

  var Width: Integer;

  var Height: Integer;

  var ColorCount: Integer

):Boolean;



CT Web help

CodeTyphon Studio