InfoConnect API Guide
Attachmate.Reflection.Emulation.Common Namespace / HostField Class / IsAplCharacterSet Property
Example


In This Topic
    IsAplCharacterSet Property (HostField)
    In This Topic
    Gets a value that indicates whether the data cell is displayed with APL characters.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property IsAplCharacterSet As Boolean
    'Usage
     
    
    Dim instance As HostField
    Dim value As Boolean
     
    value = instance.IsAplCharacterSet
    public bool IsAplCharacterSet {get;}
    Example
    HostField host;
    bool CharSet = host.IsAlpCharacterSet;
    See Also