Unit 'fpopenapi.objects' Package
[Overview][Types][Classes][Procedures and functions][Index] [#fcl-openapi]

TParameterStyle

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

Declaration

Source position: fpopenapi.objects.pp line 754

type TParameterStyle = class(TExtendableObject)

protected

  procedure AddKeyword(); virtual;

  procedure RemoveKeyword(); virtual;

public

  destructor destroy; override;

  function HasKeyWord();

  property Matrix: string; [rw]

  property Label_: string; [rw]

  property Form: string; [rw]

  property Simple: string; [rw]

  property SpaceDelimited: string; [rw]

  property PipeDelimited: string; [rw]

  property DeepObject: string; [rw]

end;

Inheritance

TParameterStyle

|

TExtendableObject

|

TBaseOpenAPIObject

|

TObject


Documentation generated on: 2025-07-25