DSAzure.TAccessPolicy.Create
| [–] Properties | |
|---|---|
| Type: function | |
| Visibility: public | |
| Source: DSAzure.pas DSAzure.hpp
| |
| Unit: DSAzure | |
| Parent: TAccessPolicy | |
Delphi
class function Create: TAccessPolicy; static;
C++
static TAccessPolicy __fastcall Create();
Description
Creates an instance of TAccessPolicy.
Create creates a new instance of TAccessPolicy with the Start field set to the current date, the PermRead field set to True, and all the other fields set to their default value of either False or empty string.