Indicates whether a specified field is set as an encrypted field.
      Declaration
tibas_boolean tibasFieldDef_IsEncrypted(
    tibasFieldDef fieldDef)
 
      Parameters
               
               
               
                  
                     | Parameter | 
                     Description | 
                  
               
               
                  
                     | fieldDef | 
                     Specify the fieldDef for the field for which you want to determine the encryption setting. | 
                  
               
            
 
 
      Remarks
Use the tibasFieldDef_IsEncrypted() function to query whether a specified field is encrypted.
If the field is an encrypted field, returns TIBAS_TRUE; otherwise, returns TIBAS_FALSE.
 
      
    
Copyright © Cloud Software Group, Inc. All rights reserved.