Unit 'kmemo' Package
[Overview][Constants][Types][Classes][Procedures and functions][Index] [#pl_kcontrols]

TKMemoBlockStyle

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

Declaration

Source position: kmemo.pas line 467

type TKMemoBlockStyle = class(TKPersistent)

protected

  FUpdateReasons: TKMemoUpdateReasons;

  

  procedure BrushChanged();

  

  procedure PropsChanged(); virtual;

  

  procedure Update; override;

  

public

  constructor Create; override;

  

  destructor Destroy; override;

  

  procedure Assign(); override;

  

  function BorderRect(); virtual;

  

  function InteriorRect(); virtual;

  

  procedure Defaults; virtual;

  

  function MarginRect(); virtual;

  

  procedure NotifyChange(); virtual;

  

  procedure PaintBox(); virtual;

  

  property AllPaddingsBottom: Integer; [r]

  

  property AllPaddingsLeft: Integer; [r]

  

  property AllPaddingsRight: Integer; [r]

  

  property AllPaddingsTop: Integer; [r]

  

  property BottomBorderWidth: Integer; [r]

  

  property BottomMargin: Integer; [rw]

  

  property BottomPadding: Integer; [rw]

  

  property BorderRadius: Integer; [rw]

  

  property BorderColor: TColor; [rw]

  

  property BorderWidth: Integer; [rw]

  

  property BorderWidths: TKRect; [rw]

  

  property Brush: TBrush; [rw]

  

  property Changeable: Boolean; [rw]

  

  property ContentMargin: TKRect; [rw]

  

  property ContentPadding: TKRect; [rw]

  

  property FillBlip: TGraphic; [rw]

  

  property HAlign: TKHAlign; [rw]

  

  property LeftBorderWidth: Integer; [r]

  

  property LeftMargin: Integer; [rw]

  

  property LeftPadding: Integer; [rw]

  

  property RightBorderWidth: Integer; [r]

  

  property RightMargin: Integer; [rw]

  

  property RightPadding: Integer; [rw]

  

  property StyleChanged: Boolean; [rw]

  

  property TopBorderWidth: Integer; [r]

  

  property TopMargin: Integer; [rw]

  

  property TopPadding: Integer; [rw]

  

  property WrapMode: TKMemoBlockWrapMode; [rw]

  

  property OnChanged: TKMemoBlockStyleChangedEvent; [rw]

  

end;

Inheritance

TKMemoBlockStyle

  

|

TKPersistent

  

|

TObject



CT Web help

CodeTyphon Studio