...
Gets the attribute of the field at the specified position.
Namespace: JollyGiant.Emulation
Assembly: JGSComdotNet (in JGSComdotNet.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C# |
---|
public StatusCode FieldAttribute( int row, int column, ref byte attribute ) |
...
Visual Basic (Declaration) |
---|
Public Function FieldAttribute ( _ row As Integer, _ column As Integer, _ ByRef attribute As Byte _ ) As StatusCode |
Visual C++ |
---|
public: virtual StatusCode FieldAttribute( int row, int column, unsigned char% attribute ) sealed |
...
JavaScript |
---|
function FieldAttribute(row, column, attribute); |
Parameters
row
Type: System..::.Int32Screen Int32
Screen row of the field for which to get the attribute.
column
Type: System..::.Int32Screen Int32
Screen column of the field for which to get the attribute.
attribute
Type: System..::.Byte %After
After successful call will contain the attribute of the specified field. The value is unspecified if the method fails.
Return Value
The StatusCode indicating the result of the operation.
...
IQWS3270..::.FieldAttribute(Int32, Int32, Byte%)
See Also
QWS3270 Class
JollyGiant.Emulation Namespace
Send comments on this topic to Jolly Giant Software
...