DSAzure.TAccessPolicy.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

class function Create: TAccessPolicy; static;

C++

static TAccessPolicy __fastcall Create();

Properties

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

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.