FormDropDialogButtonControl.copyCallerQuery Method

Definition

Overloads

copyCallerQuery()

Specifies whether to copy the query from the calling form to the target form. This enables the target form to display the same data that was being viewed in the original form. The default value is Auto.

copyCallerQuery(Int32)

copyCallerQuery()

Specifies whether to copy the query from the calling form to the target form. This enables the target form to display the same data that was being viewed in the original form. The default value is Auto.

public:
 virtual int copyCallerQuery();
public virtual int copyCallerQuery ();
abstract member copyCallerQuery : unit -> int
override this.copyCallerQuery : unit -> int
Public Overridable Function copyCallerQuery () As Integer

Returns

Applies to

copyCallerQuery(Int32)

public:
 virtual int copyCallerQuery(int _value);
public virtual int copyCallerQuery (int _value);
abstract member copyCallerQuery : int -> int
override this.copyCallerQuery : int -> int
Public Overridable Function copyCallerQuery (_value As Integer) As Integer

Parameters

_value
Int32

Returns

Applies to