Unit 'googlefusiontables' Package
[Overview][Types][Classes][Index] [#lz_googleapi]

TColumn

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

Source position: googlefusiontables.pp line 131

type TColumn = class(TGoogleBaseObject)

protected

  class function ExportPropertyName(); override;

  

  procedure SetbaseColumn(); virtual;

  

  procedure SetcolumnId(); virtual;

  

  procedure SetcolumnJsonSchema(); virtual;

  

  procedure SetcolumnPropertiesJson(); virtual;

  

  procedure Setdescription(); virtual;

  

  procedure SetformatPattern(); virtual;

  

  procedure SetgraphPredicate(); virtual;

  

  procedure Setkind(); virtual;

  

  procedure Setname(); virtual;

  

  procedure Set_type(); virtual;

  

  procedure SetvalidValues(); virtual;

  

  procedure SetvalidateData(); virtual;

  

published

  property baseColumn: TColumnTypebaseColumn; [rw]

  

  property columnId: Integer; [rw]

  

  property columnJsonSchema: string; [rw]

  

  property columnPropertiesJson: string; [rw]

  

  property description: string; [rw]

  

  property formatPattern: string; [rw]

  

  property graphPredicate: string; [rw]

  

  property kind: string; [rw]

  

  property name: string; [rw]

  

  property _type: string; [rw]

  

  property validValues: TStringArray; [rw]

  

  property validateData: Boolean; [rw]

  

end;

Inheritance

TColumn

  

|

TGoogleBaseObject

  

|

TObject



CT Web help

CodeTyphon Studio