CaptureGetResourceCount method (Screen Control)
Builder Syntax |
Int __fastcall CaptureGetResourceCount(System::AnsiString strFileName, int iResType, int & iCount); |
Delphi Syntax |
function CaptureGetResourceCount (strFileName: string; iResType: Integer; var iCount: integer): Integer; |
Overview |
Refer to Implementing Screen Capture. |
Remarks
Updates a variable with the number of resources of the specified type in the specified file.
See Also
Elements: |
CaptureEXE method, CaptureEXEDlg method, Bitmap, OnCaptureImage event |