These examples have been prepared to explain Pascal language features during the course organized by BSC and directed at Delphi developers. Examples in 140_forms_etc and ...
var t: TTifImage; begin Image1.Picture.LoadFromFile('test.bmp'); t := TTifImage.Create; t.Assign(Image1.Picture.Bitmap); t.SetCompression(COMPRESSION_LZW); t ...
Some results have been hidden because they may be inaccessible to you
Show inaccessible results