DSAzure.TAccessPolicy.Permission

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Permission: string read GetPermission write SetPermission;

C++

__property System::UnicodeString Permission = {read=GetPermission, write=SetPermission};

Properties

Type Visibility Source Unit Parent
property public
DSAzure.pas
DSAzure.hpp
DSAzure TAccessPolicy

Description

Handles the string representation of the Perm fields.

Permission handles the parsing of a given String to set the Boolean values of the Perm fields. Permission can also be used to acquire a String representation of the current state of the fields. Each field's corresponding character is only present in the string if the field's value is set to True.

See Also