PRIMAVERA | Developers

    Show / Hide Table of Contents

    Delegate StdBSNavegador.AbreListaSQLHandler

    Namespace: StdPlatBS100
    Assembly: StdPlatBS100.dll
    Syntax
    public delegate void AbreListaSQLHandler(string strSql, string strTitulo, StdBEF4 objF4Ctrl, bool blnJanelaModal);
    Parameters
    Type Name Description
    System.String strSql
    System.String strTitulo
    StdBEF4 objF4Ctrl
    System.Boolean blnJanelaModal

    Constructors

    AbreListaSQLHandler(Object, IntPtr)

    Declaration
    public AbreListaSQLHandler(object object, IntPtr method)
    Parameters
    Type Name Description
    System.Object object
    System.IntPtr method

    Methods

    BeginInvoke(String, String, StdBEF4, Boolean, AsyncCallback, Object)

    Declaration
    public virtual IAsyncResult BeginInvoke(string strSql, string strTitulo, StdBEF4 objF4Ctrl, bool blnJanelaModal, AsyncCallback callback, object object)
    Parameters
    Type Name Description
    System.String strSql
    System.String strTitulo
    StdBEF4 objF4Ctrl
    System.Boolean blnJanelaModal
    System.AsyncCallback callback
    System.Object object
    Returns
    Type Description
    System.IAsyncResult

    EndInvoke(IAsyncResult)

    Declaration
    public virtual void EndInvoke(IAsyncResult result)
    Parameters
    Type Name Description
    System.IAsyncResult result

    Invoke(String, String, StdBEF4, Boolean)

    Declaration
    public virtual void Invoke(string strSql, string strTitulo, StdBEF4 objF4Ctrl, bool blnJanelaModal)
    Parameters
    Type Name Description
    System.String strSql
    System.String strTitulo
    StdBEF4 objF4Ctrl
    System.Boolean blnJanelaModal