Skip to content

SetImageOverlayFromBMPFile

function

Delphi
function SetImageOverlayFromBMPFile (FileName: string): Boolean;
C++Builder
bool __fastcall SetImageOverlayFromBMPFile(System::UnicodeString FileName);
C#
public bool SetImageOverlayFromBMPFile(string FileName);
VB.NET
Public Function SetImageOverlayFromBMPFile(FileName As String) As Boolean
C++/Qt
BOOL SetImageOverlayFromBMPFile (wchar_t *FileName);

Deprecated, kept for backward compatibility, see SetImageOverlayFromImageFile or SetImageOverlayFromImageFile2.