Skip to content

SetImageOverlayFromBMPFile2

method

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

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